Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Excel formula reference question

Hi, I'm sure this has been asked somewhere but I couldn't find it on
google.

How do I make a large set of formulae that looks like this:

Cell B1: =A5
Cell B2: =A10
Cell B3: =A15
Cell B4: =A20
etc.

Thanks for any help!

Gerben
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Excel formula reference question

Try this in B1:

=INDIRECT("A"&(ROW(A1)*5))

and copy down.

Hope this helps.

Pete

On Jan 17, 2:58*pm, Gerben Dirksen wrote:
Hi, I'm sure this has been asked somewhere but I couldn't find it on
google.

How do I make a large set of formulae that looks like this:

Cell B1: * =A5
Cell B2: * =A10
Cell B3: * =A15
Cell B4: * =A20
etc.

Thanks for any help!

Gerben


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Excel formula reference question

Great, exactly what I was looking for.

Thanks!

Gerben

Pete_UK wrote:
Try this in B1:

=INDIRECT("A"&(ROW(A1)*5))

and copy down.

Hope this helps.

Pete

On Jan 17, 2:58�pm, Gerben Dirksen wrote:
Hi, I'm sure this has been asked somewhere but I couldn't find it on
google.

How do I make a large set of formulae that looks like this:

Cell B1: � =A5
Cell B2: � =A10
Cell B3: � =A15
Cell B4: � =A20
etc.

Thanks for any help!

Gerben

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Excel formula reference question

=OFFSET($A$1,ROWS($1:1)*5-1,0)
or
=INDEX(A:A,ROWS($1:1)*5)


"Gerben Dirksen" wrote:

Hi, I'm sure this has been asked somewhere but I couldn't find it on
google.

How do I make a large set of formulae that looks like this:

Cell B1: =A5
Cell B2: =A10
Cell B3: =A15
Cell B4: =A20
etc.

Thanks for any help!

Gerben

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Excel formula reference question

You're welcome - thanks for feeding back.

Pete

On Jan 17, 3:16Â*pm, Gerben Dirksen wrote:
Great, exactly what I was looking for.

Thanks!

Gerben



Pete_UK wrote:
Try this in B1:


=INDIRECT("A"&(ROW(A1)*5))


and copy down.


Hope this helps.


Pete


On Jan 17, 2:58�pm, Gerben Dirksen wrote:
Hi, I'm sure this has been asked somewhere but I couldn't find it on
google.


How do I make a large set of formulae that looks like this:


Cell B1: � =A5
Cell B2: � =A10
Cell B3: � =A15
Cell B4: � =A20
etc.


Thanks for any help!


Gerben- Hide quoted text -


- Show quoted text -


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
reference question mitchimus Excel Discussion (Misc queries) 3 May 22nd 07 02:23 PM
I just don't get it please help relative reference question Tomkat743 Excel Discussion (Misc queries) 6 February 3rd 07 08:32 PM
Using an offset formula for the reference in a relative reference Cuda Excel Worksheet Functions 6 November 15th 06 05:12 PM
question about cell reference in a formula [email protected] Excel Discussion (Misc queries) 1 April 5th 06 08:55 AM
Reference question Dorn Excel Worksheet Functions 2 November 11th 05 09:23 PM


All times are GMT +1. The time now is 04:05 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"