#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Logic Statement

I have set up a spreadsheet where a cell on the far right determines the
largest bid (number) in a range of cells the the left. [=LARGE(D7:U7,1)] I
also want to display the name of the bidder (always on the row above that
largest number. In this case row "E".

How can I do that?

Marc
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Logic Statement

Let's assume the names are in row 1, D1:U1

Try this:

=INDEX(D$1:U$1,MATCH(MAX(D7:U7),D7:U7,0))

--
Biff
Microsoft Excel MVP


"Marc" wrote in message
...
I have set up a spreadsheet where a cell on the far right determines the
largest bid (number) in a range of cells the the left. [=LARGE(D7:U7,1)]
I
also want to display the name of the bidder (always on the row above that
largest number. In this case row "E".

How can I do that?

Marc



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,345
Default Logic Statement

Try:

=INDEX(D6:U6,MATCH(MAX(D7:U7),D7:U7))

This will return the first name if there is a tie for the highest bid. if
you want to go on and get the 2nd highest etc hten use your Large() function
inplace of the MAX() function.

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Marc" wrote in message
...
I have set up a spreadsheet where a cell on the far right determines the
largest bid (number) in a range of cells the the left. [=LARGE(D7:U7,1)]
I
also want to display the name of the bidder (always on the row above that
largest number. In this case row "E".

How can I do that?

Marc



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
Need help w/ logic statement in excel bettinab Excel Worksheet Functions 2 August 26th 06 02:00 AM
rather complex logic statement [email protected] Excel Worksheet Functions 6 March 31st 06 08:32 PM
Logic Statement abierly Excel Worksheet Functions 3 March 14th 06 06:13 PM
Using 'AND' logic in a SUMIF statement IpcTrain Excel Worksheet Functions 2 March 10th 06 05:39 PM
Two Logic tests in an IF Statement timmadge Excel Worksheet Functions 2 February 7th 06 03:15 PM


All times are GMT +1. The time now is 09:51 AM.

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

About Us

"It's about Microsoft Excel"