Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello all,
Is there any way that I can get relative cell references to transpose when I fill across? For example: cell A1's formula on Sheet 1 would be '=Sheet2!A1'. Now when I fill this across, I would like B1's formula on Sheet 1 to be equivalent to '=Sheet2!A2'. Would INDIRECT work for this? Thanks for any help that anyone can provide, Conan Kelly |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
3 alternatives which could be used to get this up ..
In Sheet1, placed in any starting cell, say, in B2, then B2 copied across: =INDEX(Sheet2!$A:$A,COLUMN(A1)) =INDIRECT("Sheet2!A"&COLUMN(A1)) =OFFSET(Sheet2!$A$1,COLUMN(A1)-1,) -- Rgds Max xl 97 --- Singapore, GMT+8 xdemechanik http://savefile.com/projects/236895 -- "Conan Kelly" <CTBarbarin at msn dot com wrote in message ... Hello all, Is there any way that I can get relative cell references to transpose when I fill across? For example: cell A1's formula on Sheet 1 would be '=Sheet2!A1'. Now when I fill this across, I would like B1's formula on Sheet 1 to be equivalent to '=Sheet2!A2'. Would INDIRECT work for this? Thanks for any help that anyone can provide, Conan Kelly |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i copy a formula when cell references r not together | New Users to Excel | |||
How to use complex no. functions that have cell references? | Excel Worksheet Functions | |||
Changing cell references automatically | New Users to Excel | |||
up to 7 functions? | Excel Worksheet Functions | |||
Cell References in Functiona | Excel Worksheet Functions |