RE: Indirect formula not working if I give custom name for Sheets
- From: Narnimar <Narnimar@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 5 Feb 2009 13:38:13 -0800
Many thanks Mike. My next problem is to drag this formula to the rightward.
Now my formula is =INDIRECT($A3 & "!A6"). A6 does not chage in to B6! if I
drag to the right. Is there any method?
Thanks.
"Mike H" wrote:
Hi,.
The mistake you are making is that you not providing a sheet name in the
formula.
there are ways of solving this. for example the formula below and a list of
sheet names in c1 down woould work
=INDIRECT(C1 & "!A6")
Mike
"Narnimar" wrote:
My sheets names are 1, 2, 3,... 100. I am trying to make a "summery" sheet in
the same work book from cells a6 to j6 from 1 to more than 100 numeric named
sheets.The formula =INDIRECT("Sheet" & (ROW()) & "!A6") is working fine if
the sheet names are from system default Sheet1, sheet2 sheet3 etc.
Now I modified the formula into =INDIRECT("'" & (ROW()) & "!A6") but it
returns #REF!. I dont know what is the mistake I am doing! Can any one solve
this problem?
- Follow-Ups:
- References:
- Prev by Date: Re: Copying the Cell Above
- Next by Date: RE: Cell row to be dependent upon value in another cell
- Previous by thread: RE: Indirect formula not working if I give custom name for Sheets
- Next by thread: RE: Indirect formula not working if I give custom name for Sheets
- Index(es):
Relevant Pages
|