Hi Suresh,
I have uploaded the file and below is the path.
http://www.2shared.com/file/lca1YMhS/New_folder.html
The workbook "sampledata.xlsx" contains the raw data.
The workbook "sampledata_FINAL.xlsx" contains the result of the raw data.
Kindly advice me for further proceedings...
Hi All,
I have to format a report on daily basis. For that I had recorded a macro and it works quiet good. But when i have less data or more data it wasn't working.
My activities are as follows:-
1. Select the entire sheet.
2. Go to sort > sort by "Column A"
3. "Sort Warning"...
Hi SirJB7,
Thanks for your reply.
My command button is on the excel sheet and for that i want to set shortcut key.
Now i am using mouse to access the command button. I just wanna set a shortcut key for that.
Waiting for your valuable advice.
Thanks!
Hi,
I wrote some code in a command button and it is working well.
However, every time i needs to click it by using mouse.
Can you please advise me how to set a shortcut key for the command button.
It would be more helpful instead of using mouse.
Thanks for your help in advance...
Luke,
Scenario 2 is working.
Rest of the two aren't working.
It is accepting "0" alone.
if i enter any other digit it is throwing the error message.
Eg: 099, 025, 055, etc.
Regards,
Vargeesh
Hi Luke,
Thanks for your kind advice.
The formula is working for the cell A2 alone.
But i don't know how to do it for the entire column in the "Data Validation" dialog box.
Regards,
Vargeesh
Hi,
Scenario 1:
When entering data in a cell it should start with "0" and should allow upto "099". if else display an error message.
Scenario 2:
While entering data in a cell it should start with "0" and should accept upto 5 digits alone. if else display an error message.
Scenario 3:
A...
Hi,
can you help me to find out whether the number starting with "1". if else it should throw a message like "Check it".
My data will be like this:
1562
1156
1365
Kindly advice me the formula.
Hi Faseeh,
There is a solution for certain things.
To insert "0" in dept field (="0"&Sheet1!T2) so we can get prefix with "0".
But i want to insert some formula in the linked worksheet.
Can you help me how to write a formula in a linked sheet.
Regards,
Vargeesh
Hi,
I have a student data i one sheet. I want to have the data in another sheet with formatting.
Eg: The fields are: StudNo, DOB, Fees, DeptNo, etc.
My linked sheet should have the following formatting:-
Condition for StudNo: It should begins with "0".(In raw data it will not begins with...
Hi,
I need a macro code for the below.
I have a workbook with more than 30 sheets.
When i find something, it should find all and should export to a new workbook.
And the workbook name should be the searched criteria.
For instance: -
My query is:
"COM"
The Process should be:
1...
Hi Ashok,
Steps:-
1. Just press the function key "F5".
2. Now "Go To" dialog box will display
3. Key in your cell name. For instance, A720 or H5268 like wise.
4. Press "Enter"
Thanks,
Vargeesh
I am using this formula =INDEX(A1:A50000,MATCH(C1,B1:B50000,0))
And if the entered number is not in the student list it should display a message like "Does not Exist".
How can i insert the message in the same code.