Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Ron,
Thanks a lot for additional input. Much appreciated. Cheers, Sam Ron Rosenfeld wrote: Enter this formula in some cell: =INDEX(Data,ROWS(Data)-ROWS($1:1)+1,COLUMNS($A:A)) Fill down ten rows and across eight rows. If you need to check that you don't fill down more than ten or across more than the number of columns, you can use this instead, which returns a null string if you go to far: =IF(OR(COLUMNS($A:A)COLUMNS(Data), (ROWS(Data)-ROWS($1:1)+1)<=(ROWS(Data)-10)),"", INDEX(Data,ROWS(Data)-ROWS($1:1)+1,COLUMNS($A:A))) --ron -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...tions/200802/1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I reverse name order from Last, First to First Last in Exc | Excel Discussion (Misc queries) | |||
SPELL IN REVERSE ORDER | Excel Worksheet Functions | |||
reverse order | Excel Discussion (Misc queries) | |||
How to reverse order of rows and columns | Excel Discussion (Misc queries) | |||
sort in reverse order | Excel Discussion (Misc queries) |