View Single Post
  #3   Report Post  
Biff
 
Posts: n/a
Default

Hi!

You might be able to use a Sumproduct formula:

=SUMPRODUCT(--(A1:A50=ramp_number),--(B1:B50=15),--(B1:B50<=25),--(C1:C50="OB"),Rate_to_Return)

Biff

"rhani111" wrote in
message ...

Hi All,

If I have to create a function that returns a value but needs two sets
of criteria to return the value, HOW do I do this?

For example

Location Hole Depth Hole Type
Ramp 15 22 OB
Ramp 2 28 PS
Ramp 4 60 IB


The values to return (lookup) has to match the ramp number AND depth
between 15-25 and be a specific TYPE of hole ie OB.....

how can I get the formula to "lookup" whether it matches the three
criteria, look to another table to see what the rate should be...


--
rhani111
------------------------------------------------------------------------
rhani111's Profile:
http://www.excelforum.com/member.php...o&userid=19940
View this thread: http://www.excelforum.com/showthread...hreadid=386331