Thread: Complicated
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Aladin Akyurek
 
Posts: n/a
Default Complicated

With E2 housing a condition value like 12vt...

=MAX(IF($A$2:$A$7=E2,$B$2:$B$7))

which needs to be confirmed with control+shift+enter, not just with enter.

Brett wrote:
I'm sorry if it's hard to understand what I'm asking about, but here it goes...

I have a spreadsheet organized by reference numbers, and each reference
number has multiple rows that contain data. I have been trying to figure out
a function that will locate the largest value of a certain piece of data for
each reference number.

Here is a generic example of the data...

Ref# data
12vt 2500
12vt 5400
12vt 1500
13vt 200
13vt 145
13vt 300

I need the function to find 5400 as the highest value for 12vt and 300 as
the highest value for 13vt.