$$Excel-Macros$$ Re: Conversion of value in words from figures

2009-06-22 Thread Anil Kumar Agarwala
Dear Shiv Pratap There is no built in function in excel to do it. You have to use custom made function for the same which are quite difficult to come by (even ASAP utilities does not provide for one!). CA_logo_icai Small1 Anil Kumar Agarwala Anil Agarwala & Co. Chartered Accountants

$$Excel-Macros$$ Re: Help with Combo Box and Display

2009-07-10 Thread Anil Kumar Agarwala
Maybe u need a combination of Data Validation and VLookup Function. Please attach a sheet with data so that solutions can be provided. CA_logo_icai Small1 Anil Kumar Agarwala Anil Agarwala & Co. Chartered Accountants 3rd Floor, Adiba Mansion Maszid Lane, Kamarpatty Fancy Bazar Guwa

$$Excel-Macros$$ Re: Seeking help from Excel Macro experts : (Force to enable Macros, Disable design mode, make the project unviewable)

2009-07-13 Thread Anil Kumar Agarwala
Dear Hemant, You can protect your VB project with a good password and that would be the best solution to your predicament! No one can then view your code, leave alone modify them. Sorry that I am unable to comment on the registry thing. Anil Kumar Agarwala Anil Agarwala & Co. Chart

$$Excel-Macros$$ Re: Hii

2009-07-21 Thread Anil Kumar Agarwala
Hi Ruchi, Why don't you try with 1 in the vlookup instead of 0 thus =VLOOKUP(B2,F3:G99,2,1) I believe you will get the desired result. CA_logo_icai Small1 Anil Kumar Agarwala Anil Agarwala & Co. Chartered Accountants 3rd Floor, Adiba Mansion Maszid Lane, Kamarpatty Fa

$$Excel-Macros$$ Re: Sales tax discount calculation

2009-08-25 Thread Anil Kumar Agarwala
Hi Michael You may use =MIN(500, IF(A11<=6000,IF(A11<0,#VALUE!,ROUND(A11*0.012,2)),72+ROUND((A11-6000) *0.009+18,2))) This will give you the minimum of either values. Anil Kumar Agarwala Anil Agarwala & Co. Chartered Accountants 3rd Floor, Adiba Mansion Maszid Lane, Kamarpatty F

$$Excel-Macros$$ Re: Migrating Add-ins to Office 2007

2009-08-25 Thread Anil Kumar Agarwala
Hello JM The custom addins can be added in Excel 2007 through the Office Button. \ Click on . Anil Kumar Agarwala Anil Agarwala & Co. Chartered Accountants 3rd Floor, Adiba Mansion Maszid Lane, Kamarpatty Fancy Bazar Guwahati : 781001 Assam +91 361 2638864 (Telefax) +91 361 2517820 (Office)

$$Excel-Macros$$ Re: Migrating Add-ins to Office 2007

2009-08-25 Thread Anil Kumar Agarwala
Hello JM The custom addins can be added in Excel 2007 through the Office Button. \ Click on . Anil Kumar Agarwala Anil Agarwala & Co. Chartered Accountants 3rd Floor, Adiba Mansion Maszid Lane, Kamarpatty Fancy Bazar Guwahati : 781001 Assam +91 361 2638864 (Telefax) +91 361 2517820 (Office)

$$Excel-Macros$$ Re: Can I get Day from date in excel.

2008-10-15 Thread Anil Kumar Agarwala
Instead of using the nested IF function which makes the formula quite complicated, you can just use the weekday and custom format your cell as and get the desired result. Or as Dev suggested, Text(A1, "") works just as fine. Anil From: excel-macros@googlegroups.com [mailto:[EMAIL P

$$Excel-Macros$$ Re: Can I get Day from date in excel.

2008-10-15 Thread Anil Kumar Agarwala
Hi all, It should be "Weekday", not "Day" function as Maddy as suggested, I suppose. The day function returns the day of the month, not of the week. Regards Anil From: excel-macros@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of muralidhar rao Sent: Tuesday, October 14, 2008 6:07

$$Excel-Macros$$ Re: Date Problem

2009-01-30 Thread Anil Kumar Agarwala
Use the formula in cloumn 3 =IF(A5<>A6,B5,""). Fill it in each row. Then filter column 3 for non-blanks. NB: It will be best if you format the data as a table (or excel list). CA_logo_icai Small1 Anil Kumar Agarwala From: excel-macros@googlegroups.com [

$$Excel-Macros$$ Re: F4 Repeat No Longer Available in Excel 2007

2009-05-12 Thread Anil Kumar Agarwala
F4 is working just as fine in Excel 2007 as it was in earlier versions. Kindly recheck. If you changed your laptop/PC see if the function key works with Fn key pressed. Anil Kumar Agarwala Anil Agarwala & Co. Chartered Accountants 3rd Floor, Adiba Mansion Maszid Lane, Kamarpatty Fancy B

$$Excel-Macros$$ Re: Concatenating Problem

2009-05-13 Thread Anil Kumar Agarwala
Dear, Use the following formatting options with either concatenate or "&" =concatenate(TEXT(A1,"DD/MM/ h:mm:ss AM/PM"), " ",B1) Or =TEXT(A1,"DD/MM/ h:mm:ss AM/PM")& " "&B1 CA_logo_icai Small1 Anil Kumar A

$$Excel-Macros$$ Re: Leading zeros

2009-05-20 Thread Anil Kumar Agarwala
;15" is to be displayed as "15", you could custom format the cell/cells using the format cell dialogue box and typing 00 using custom format. Anil Kumar Agarwala Guwahati : 781001 Assam akagarw...@gmail.com -Original Message- From: excel-macros@googlegro