ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   I have a problem fillling series with indirect function (https://www.excelbanter.com/excel-worksheet-functions/66160-i-have-problem-fillling-series-indirect-function.html)

milkman

I have a problem fillling series with indirect function
 
When I try to fill series with the following: =INDIRECT("'"$A3$"'!C3") The
absolute ref advances by 1 step ( I want it to stay the same throughout) and
the C3 ref does not change at all. But it is the C3 ref that must change.
Thanks!
Ed

vezerid

I have a problem fillling series with indirect function
 
Ed,
try the following:

=INDIRECT("'" & $A$3 & "'!C" & ROW(C1))

This should look up cells like 'Sheet1'!Ci. The argument to ROW()
should be changed to a cell in the same number as the first cell you
want to reference in the target sheet.

Does this help?
Kostis Vezerides


Bernie Deitrick

I have a problem fillling series with indirect function
 
Ed,

Try:

=INDIRECT("'"& $A$3 & "'!" & ADDRESS(ROW(C3),3))

HTH,
Bernie
MS Excel MVP


"milkman" wrote in message
...
When I try to fill series with the following: =INDIRECT("'"$A3$"'!C3") The
absolute ref advances by 1 step ( I want it to stay the same throughout) and
the C3 ref does not change at all. But it is the C3 ref that must change.
Thanks!
Ed




milkman

I have a problem fillling series with indirect function
 
Sorry about the slow response. This did help Thank you!

"milkman" wrote:

When I try to fill series with the following: =INDIRECT("'"$A3$"'!C3") The
absolute ref advances by 1 step ( I want it to stay the same throughout) and
the C3 ref does not change at all. But it is the C3 ref that must change.
Thanks!
Ed


milkman

I have a problem fillling series with indirect function
 
I tried the first answer I recieved and it worked. I will try yours later.
Thanks for the reply. Sorry about the late response.
Ed

"Bernie Deitrick" wrote:

Ed,

Try:

=INDIRECT("'"& $A$3 & "'!" & ADDRESS(ROW(C3),3))

HTH,
Bernie
MS Excel MVP


"milkman" wrote in message
...
When I try to fill series with the following: =INDIRECT("'"$A3$"'!C3") The
absolute ref advances by 1 step ( I want it to stay the same throughout) and
the C3 ref does not change at all. But it is the C3 ref that must change.
Thanks!
Ed






All times are GMT +1. The time now is 09:35 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com