Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a formula that you can use to look in say column H, and return what
is in every 5th row? -- Terri Amos Pewter |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In an unused column enter:
=INDIRECT("H"&ROW()*5) and copy down you will get H5, H10, H15,.... -- Gary's Student gsnu200707 "Terri" wrote: Is there a formula that you can use to look in say column H, and return what is in every 5th row? -- Terri Amos Pewter |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
To display row 1, 6, 11, ... etc.,
Try this *anywhere* on the Sheet: =INDEX(H:H,5*ROWS($1:1)-4) To display Row 5, 10, 15, ...etc. Try this *anywhere* on the Sheet: =INDEX(H:H,5*ROWS($1:1)) And copy down as needed. -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Terri" wrote in message ... Is there a formula that you can use to look in say column H, and return what is in every 5th row? -- Terri Amos Pewter |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Place an X next to a cell that contains a word | Excel Discussion (Misc queries) | |||
reference to a cell which then changes its place?! | Excel Worksheet Functions | |||
place text in one cell | Excel Worksheet Functions | |||
How to place a value in another cell | Excel Discussion (Misc queries) | |||
Place X in cell if criteria met` | Excel Discussion (Misc queries) |