Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I hope I can explain this clearly.
Assume in COLUMN-A I have data from ROW-1 through ROW-500 In COLUMN-B, I want B1 to refer to A1; B2 to refer to A6, B3 to refer to A11 (every 5th one). Is there an easy way to create COLUMN-B without me having to enter in 100 cells manually? My initial thought was to create the first 3 or 4 and then select and drag down, but that doesn't seem to work. Thanks in advance! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=OFFSET(A$1,(ROWS($1:1)-1)*5,) Copy down as needed. Biff "Ray Elias" wrote in message ... I hope I can explain this clearly. Assume in COLUMN-A I have data from ROW-1 through ROW-500 In COLUMN-B, I want B1 to refer to A1; B2 to refer to A6, B3 to refer to A11 (every 5th one). Is there an easy way to create COLUMN-B without me having to enter in 100 cells manually? My initial thought was to create the first 3 or 4 and then select and drag down, but that doesn't seem to work. Thanks in advance! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dude, you ROCK!!!
I thought it would have to use OFFSET, but the couple things I tried weren't working. Thanks for the quick reply!!! "T. Valko" wrote: Try this: =OFFSET(A$1,(ROWS($1:1)-1)*5,) Copy down as needed. Biff "Ray Elias" wrote in message ... I hope I can explain this clearly. Assume in COLUMN-A I have data from ROW-1 through ROW-500 In COLUMN-B, I want B1 to refer to A1; B2 to refer to A6, B3 to refer to A11 (every 5th one). Is there an easy way to create COLUMN-B without me having to enter in 100 cells manually? My initial thought was to create the first 3 or 4 and then select and drag down, but that doesn't seem to work. Thanks in advance! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
Biff "Ray Elias" wrote in message ... Dude, you ROCK!!! I thought it would have to use OFFSET, but the couple things I tried weren't working. Thanks for the quick reply!!! "T. Valko" wrote: Try this: =OFFSET(A$1,(ROWS($1:1)-1)*5,) Copy down as needed. Biff "Ray Elias" wrote in message ... I hope I can explain this clearly. Assume in COLUMN-A I have data from ROW-1 through ROW-500 In COLUMN-B, I want B1 to refer to A1; B2 to refer to A6, B3 to refer to A11 (every 5th one). Is there an easy way to create COLUMN-B without me having to enter in 100 cells manually? My initial thought was to create the first 3 or 4 and then select and drag down, but that doesn't seem to work. Thanks in advance! |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I do like below: in the cell C1 enter 1 and in the cell C2 enter 6 and active cells C1 & C2 copy drag down to where ever you need in the cell D1 enter this formula: ="=A"&C1 and copy drag down this formula to where ever you need the cells you copied should be activated right click on the active cells and choos copy and then right click on the cell B1 choos past especial Value and click ok go to menu: Data text to column and follw the instruction hope it will work for you Thanks -- Farhad Hodjat "Ray Elias" wrote: I hope I can explain this clearly. Assume in COLUMN-A I have data from ROW-1 through ROW-500 In COLUMN-B, I want B1 to refer to A1; B2 to refer to A6, B3 to refer to A11 (every 5th one). Is there an easy way to create COLUMN-B without me having to enter in 100 cells manually? My initial thought was to create the first 3 or 4 and then select and drag down, but that doesn't seem to work. Thanks in advance! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to rename references from range names to cell references | Excel Discussion (Misc queries) | |||
AutoFill with Non-sequential Cell References ? | Excel Worksheet Functions | |||
Non-sequential VLOOKUP function -OR- sequential sort of web query | Excel Worksheet Functions | |||
sequential numbering of pages in a cell | Excel Worksheet Functions | |||
Sequential names on Sequential pages | Excel Worksheet Functions |