Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello all and happy new year!
I'v written this formula that is pulling data from another sheet: =IF('Sheet 1'!A1="","",'Sheet 1'!A1) This formula needs to pull data from A1 to AA1. The data set on Sheet 1 is 20 rows. The summary Sheet that the formula is on needs to be pasted every forth row but pull data from the next row on the dataset. Is there a proper offset formula that I should be writing in here? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Does this work for you:
=INDEX('Sheet 1'!$A$1:$AA$20,ROWS($1:4)/4,COLUMNS($A:A)) ? -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "TimT" wrote in message ... Hello all and happy new year! I'v written this formula that is pulling data from another sheet: =IF('Sheet 1'!A1="","",'Sheet 1'!A1) This formula needs to pull data from A1 to AA1. The data set on Sheet 1 is 20 rows. The summary Sheet that the formula is on needs to be pasted every forth row but pull data from the next row on the dataset. Is there a proper offset formula that I should be writing in here? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Maybe something like this: starting with the second lookup (4th column) =IF(OFFSET(Sheet1!$A1,0,COLUMN()/4)="","",OFFSET(Sheet1!$A1,0,COLUMN()/4)) copy paste in every 4th column HTH JG -- pinmaster ------------------------------------------------------------------------ pinmaster's Profile: http://www.excelforum.com/member.php...fo&userid=6261 View this thread: http://www.excelforum.com/showthread...hreadid=497596 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Question | Excel Worksheet Functions | |||
I have a question regarding countif formula. | Excel Worksheet Functions | |||
Excel auto calculation formula question. | Excel Worksheet Functions | |||
Formula Question | Excel Discussion (Misc queries) |