ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formula fill series? (https://www.excelbanter.com/excel-discussion-misc-queries/448618-formula-fill-series.html)

Laly1

Formula fill series?
 
Hi there, im wondering if it is possible to fill a series of formula down a Column so the sheet it is referencing is in series but the cell reference stayes the same.

i.e. in cell A1, formula reads =Sheet1!$C$3,
then in cell A2, =Sheet2!$C$3,
cell A3 =Sheet3!$C$3 etc.

another example;
In cell A1, =IF($B3=0,"",IF(Sheet1!$A$20="","",Sheet1!$A$20))
cell A2, =IF($B3=0,"",IF(Sheet2!$A$20="","",Sheet2!$A$20))
cell A2, =IF($B3=0,"",IF(Sheet3!$A$20="","",Sheet3!$A$20))

Thanks.

Claus Busch

Formula fill series?
 
Hi Laly,

Am Fri, 19 Apr 2013 03:51:44 +0100 schrieb Laly1:

i.e. in cell A1, formula reads =Sheet1!$C$3,
then in cell A2, =Sheet2!$C$3,
cell A3 =Sheet3!$C$3 etc.


in A1 try:
=INDIRECT("'Sheet"&ROW(A1)&"'!$C$3")
and copy down


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2


All times are GMT +1. The time now is 02:15 PM.

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