Re: $$Excel-Macros$$ Defining Same Name For ranges available in multiple tabs

2012-05-14 Thread Shekhar Sharma
> > *Rajan verma* > > *+91 7838100659 [IM-Gtalk]* > > ** ** > > *From:* excel-macros@googlegroups.com [mailto: > excel-macros@googlegroups.com] *On Behalf Of *Shekhar Sharma > *Sent:* 14 May 2012 5:46 > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Mac

RE: $$Excel-Macros$$ Defining Same Name For ranges available in multiple tabs

2012-05-14 Thread Rajan_Verma
[IM-Gtalk] From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Shekhar Sharma Sent: 14 May 2012 5:46 To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Defining Same Name For ranges available in multiple tabs Thanks guys, it got resolved with

Re: $$Excel-Macros$$ Defining Same Name For ranges available in multiple tabs

2012-05-14 Thread dguillett1
Not the BEST solution. Don Guillett Microsoft MVP Excel SalesAid Software dguille...@gmail.com From: Shekhar Sharma Sent: Monday, May 14, 2012 7:16 AM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Defining Same Name For ranges available in multiple tabs Thanks guys, it got

Re: $$Excel-Macros$$ Defining Same Name For ranges available in multiple tabs

2012-05-14 Thread Shekhar Sharma
Thanks guys, it got resolved with the suggestion of =SUMIF(sheet1!WBS,A1,sheet1!COST)+SUMIF(sheet2!WBS,A1,sheet2!COST)+SUMIF(sheet3!WBS,A1,sheet3!COST) ** ** On Sat, May 12, 2012 at 6:48 PM, dguillett1 wrote: > This is very possible with an indirect formula or defined names or with > a

Re: $$Excel-Macros$$ Defining Same Name For ranges available in multiple tabs

2012-05-12 Thread dguillett1
This is very possible with an indirect formula or defined names or with a macro. Provide a file and your desires. Don Guillett Microsoft MVP Excel SalesAid Software dguille...@gmail.com From: Shekhar Sharma Sent: Friday, May 11, 2012 4:59 AM To: excel-macros@googlegroups.com Subject: $$Excel-

RE: $$Excel-Macros$$ Defining Same Name For ranges available in multiple tabs

2012-05-11 Thread Asa Rossoff
a From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Asa Rossoff Sent: Friday, May 11, 2012 8:18 PM To: excel-macros@googlegroups.com Subject: RE: $$Excel-Macros$$ Defining Same Name For ranges available in multiple tabs Hi Shekhar, You can use: =SUMIF(

RE: $$Excel-Macros$$ Defining Same Name For ranges available in multiple tabs

2012-05-11 Thread Asa Rossoff
Hi Shekhar, You can use: =SUMIF(sheet1!WBS,A1,sheet1!COST)+SUMIF(sheet2!WBS,A1,sheet2!COST)+SUMIF(she et3!WBS,A1,sheet3!COST) Or, if the ranges are identical on each sheet, you can use 3-D references with certain functions (but not with SUMIF) to refer to basically a "union" of the identical

RE: $$Excel-Macros$$ Defining Same Name For ranges available in multiple tabs

2012-05-11 Thread Rajan_Verma
ps.com] On Behalf Of NOORAIN ANSARI Sent: 11 May 2012 3:45 To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Defining Same Name For ranges available in multiple tabs Dear Shekhar, Please share your workbook with group, It is possible through Indirect Function. -

Re: $$Excel-Macros$$ Defining Same Name For ranges available in multiple tabs

2012-05-11 Thread NOORAIN ANSARI
Dear Shekhar, Please share your workbook with group, It is possible through Indirect Function. -- Thanks & regards, Noorain Ansari www.noorainansari.com www.excelmacroworld.blogspot.com On Fri, May 11, 2012 at 3:29 PM, Shekhar Sharma wrote: > I'm wondering if it's possible to define one name