Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jim Hagan
 
Posts: n/a
Default Equation Referencing Row Number Stored in Cell

I have an array formula such as ...
={ ... *($G$98:$AZ$98)}

The formula references data found in row 98 of the worksheet.

Instead of typing the row number into the formula, I'd like to be able to
refer to a row number that I enter in another cell. For example, if I type
the number 74 into cell A1, I'd like the array formula to reference the value
shown in cell A1 such that the array formula is the equivalent of ...

={ ... *($G$74:$AZ$74)}

I use the array formula to create a multi-dimensional data table that I use
for charting. The same formula may be used hundreds of times when creating
the table. I'd like to be able to pull in data stored in any row that I
choose to plot.

I hope I am presenting my case clearly,

Thanks for any help provided.

Jim
  #2   Report Post  
Chip Pearson
 
Posts: n/a
Default

You can use the INDIRECT function. E.g.,

INDIRECT("G"&A1&":ZA"&A1)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com






"Jim Hagan" wrote in message
...
I have an array formula such as ...
={ ... *($G$98:$AZ$98)}

The formula references data found in row 98 of the worksheet.

Instead of typing the row number into the formula, I'd like to
be able to
refer to a row number that I enter in another cell. For
example, if I type
the number 74 into cell A1, I'd like the array formula to
reference the value
shown in cell A1 such that the array formula is the equivalent
of ...

={ ... *($G$74:$AZ$74)}

I use the array formula to create a multi-dimensional data
table that I use
for charting. The same formula may be used hundreds of times
when creating
the table. I'd like to be able to pull in data stored in any
row that I
choose to plot.

I hope I am presenting my case clearly,

Thanks for any help provided.

Jim



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
16 digit number wont keep alteration unless format cell to text Croc001 Excel Discussion (Misc queries) 3 March 30th 05 09:12 AM
How do I delete the "=" from a cell to give me the phone number I. jbsand1001 Excel Discussion (Misc queries) 3 March 10th 05 08:38 PM
How do I get a letter in one cell ito equal a number in anotherl.. Dave Cadey Excel Discussion (Misc queries) 4 February 25th 05 02:37 PM
multiply by actual number in cell CJ Cerezo Excel Worksheet Functions 3 November 29th 04 09:43 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 11:43 PM.

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"