$$Excel-Macros$$ Re: formula in macros

2009-05-18 Thread Dilip Pandey
*Hi Habeeb,* To get the flexibility, use the following formula:- =SUMPRODUCT((A3:A65536="Sub Total")*(B3:B65536)) Thanks & Regards, Dilipandey On Fri, May 15, 2009 at 10:04 AM, Habeeb Mohammed wrote: > Hi Guys, > > I currently written a code were in total will be populated by adding > various su

$$Excel-Macros$$ Re: formula in macros

2009-05-17 Thread kumar
Type the belomentioned line next to total cell =SUMIF($A$1:$A$10,"Sub Total",B1:B10) -Original Message- From: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] On Behalf Of Habeeb Mohammed Sent: Thursday, May 14, 2009 9:34 PM To: excel-macros@googlegroups.com Subjec

$$Excel-Macros$$ Re: formula in macros

2009-05-15 Thread Habeeb Mohammed
Hi Dave, I got it now... Any way i need to put in a code for dynamically changing the range and can do it Thanks a lot Regards Habeeb From: davebonall...@hotmail.com To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Re: formula in macros Date: Fri, 15 May 2009 17

$$Excel-Macros$$ Re: formula in macros

2009-05-15 Thread Dave Bonallack
Hi Habeeb, Have a look at the attached, and see if it does what you need. Regards - Dave. From: habeebc...@hotmail.com To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ formula in macros Date: Fri, 15 May 2009 04:34:26 + Hi Guys, I currently written a code were in total