Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Shirley
 
Posts: n/a
Default Cell references - HELP!!!!

If someone could help me, I would really appreciate it! I am using the LARGE
function to return certain values from a list of numbers. For example, I
have the following data:
JAN 100
FEB 150
MAR 200
APR 175
MAY 180
In part of a spreadsheet, I have LARGE(($B$10:$B$14),1) which returns the
highest value, 200. What I am trying to do next is have data from the
corresponding row be returned. For example, I want MAR returned in the cell
next to the LARGE formula above. I tried to do this by turning on the R1C1
function, and inserting the formula into the reference, but it is taking the
result as the row, not using the result's row as the reference. (is that a a
tongue twister?)
Anyway, if someone could tell me how to do this, it would save me hours of
manually inserting data!!!!
Thanks to any who take the time to respond!!
--
Shirley
  #2   Report Post  
Dave O
 
Posts: n/a
Default

This could be done using a VLOOKUP. But how do you handle 2 months
having exactly the same number? If MAR and APR were both 200, what do
you do? The answer will determine how to resolve the overall question.

  #3   Report Post  
Shirley
 
Posts: n/a
Default

If more than one month has the same value, I would want it to list the latest
month.
I think I misunderstood the VLOOKUP function. I thought it returned a cell
reference, not a value in the cell??
--
Shirley


"Dave O" wrote:

This could be done using a VLOOKUP. But how do you handle 2 months
having exactly the same number? If MAR and APR were both 200, what do
you do? The answer will determine how to resolve the overall question.


  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

=INDEX(A10:A14,MATCH(MAX(B10,B14),B10:B14,0))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Shirley" wrote in message
...
If someone could help me, I would really appreciate it! I am using the

LARGE
function to return certain values from a list of numbers. For example, I
have the following data:
JAN 100
FEB 150
MAR 200
APR 175
MAY 180
In part of a spreadsheet, I have LARGE(($B$10:$B$14),1) which returns the
highest value, 200. What I am trying to do next is have data from the
corresponding row be returned. For example, I want MAR returned in the

cell
next to the LARGE formula above. I tried to do this by turning on the

R1C1
function, and inserting the formula into the reference, but it is taking

the
result as the row, not using the result's row as the reference. (is that a

a
tongue twister?)
Anyway, if someone could tell me how to do this, it would save me hours of
manually inserting data!!!!
Thanks to any who take the time to respond!!
--
Shirley



  #5   Report Post  
Shirley
 
Posts: n/a
Default

Thanks!!!!!
--
Shirley


"Bob Phillips" wrote:

=INDEX(A10:A14,MATCH(MAX(B10,B14),B10:B14,0))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Shirley" wrote in message
...
If someone could help me, I would really appreciate it! I am using the

LARGE
function to return certain values from a list of numbers. For example, I
have the following data:
JAN 100
FEB 150
MAR 200
APR 175
MAY 180
In part of a spreadsheet, I have LARGE(($B$10:$B$14),1) which returns the
highest value, 200. What I am trying to do next is have data from the
corresponding row be returned. For example, I want MAR returned in the

cell
next to the LARGE formula above. I tried to do this by turning on the

R1C1
function, and inserting the formula into the reference, but it is taking

the
result as the row, not using the result's row as the reference. (is that a

a
tongue twister?)
Anyway, if someone could tell me how to do this, it would save me hours of
manually inserting data!!!!
Thanks to any who take the time to respond!!
--
Shirley






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
Fixed cell references rhythm_man Excel Discussion (Misc queries) 2 July 5th 05 01:14 PM
Absolute References in cell formula ah666 Excel Worksheet Functions 5 June 17th 05 03:40 PM
How to use complex no. functions that have cell references? agathon Excel Worksheet Functions 2 June 17th 05 01:55 AM
Cell references change when entering new data [email protected] New Users to Excel 2 May 6th 05 07:48 PM
Absolute cell references and subsequent problems. Pank Mehta Excel Discussion (Misc queries) 2 April 19th 05 11:38 AM


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