Hi!
All the examples show that the data is in rows, but if the data is in columns, how does one get this to work?
I have tried the below but it doesn't work
Data in one row along columns
=OFFSET(Sheet1!$J$8,COUNTA(Sheet1!$J$8:$AG$8)*0,0,1,13)
This works well because the data is in one column but along rows
=OFFSET('Cheat Sheet '!$A$26,COUNT('Cheat Sheet '!$A$26:$A$49)-1,0,-13,1)
All the examples show that the data is in rows, but if the data is in columns, how does one get this to work?
I have tried the below but it doesn't work
Data in one row along columns
=OFFSET(Sheet1!$J$8,COUNTA(Sheet1!$J$8:$AG$8)*0,0,1,13)
This works well because the data is in one column but along rows
=OFFSET('Cheat Sheet '!$A$26,COUNT('Cheat Sheet '!$A$26:$A$49)-1,0,-13,1)