| Recent Answers from Amal |
 |
2008-12-03 How do I learn practical VBA?: Hi Maryam, Books are the best bet to learn VBA (or any topic for that matter). If you do not have the patience to learn page by page, suppose you are employed, you could try to think of automating small...
|
2008-10-03 excel -vba- text file: Hi Harish, For people that are familiar with Excel, this would not be a problem. Once you open the file in Excel, use File -> Save as and save this file as an .xls file. Regards, A Amal Raj...
|
2008-08-04 Extract text from a cell: Hi, The formula to get the date would be , =IF(B4="WorkInProgress",DATEVALUE(MID(D4,4,2)&"/"&MID(D4,1,2)&"/"&MID(D4,7,2)),"") The formula to get the time would be =IF(B4="WorkInProgress",TIMEVALUE(MID(E4...
|
2008-04-01 Problem in aplying vlookup formula: Hi Lalit, Please ensure that the table_array is sorted and the table_array rows are not in the same rows as your data rows. Suppose you delete your data rows, the data in your table_array could also...
|
2008-01-02 Counting problem: Hi Fkwan, You would need to use the formula like =dsum(). It would be a lengthy procedure to explain the usage of this formula. Please refer to the (F1) help for this formula, that would even have examples...
|
| More Answers for "Excel" |