Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Non-Sequential Cell References

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Non-Sequential Cell References

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Non-Sequential Cell References

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 281
Default Non-Sequential Cell References

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!

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Non-Sequential Cell References

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!






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to rename references from range names to cell references Abbas Excel Discussion (Misc queries) 1 May 24th 06 06:18 PM
AutoFill with Non-sequential Cell References ? [email protected] Excel Worksheet Functions 3 June 20th 05 03:39 AM
Non-sequential VLOOKUP function -OR- sequential sort of web query Eric S Excel Worksheet Functions 1 February 28th 05 07:50 PM
sequential numbering of pages in a cell John Excel Worksheet Functions 0 February 10th 05 07:01 AM
Sequential names on Sequential pages Salt4 Excel Worksheet Functions 2 November 12th 04 04:24 PM


All times are GMT +1. The time now is 03:12 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"