Looking up a value

neville

New Member
Joined
Apr 24, 2006
Messages
17
Hi out there,

Its not as simple as it looks (for me that is). Can someone give me a hand please.

I have a column with text values like (row 1 to 3) 'HR wer ND 1' & 'HR wer ND 2' & 'HR wer ND 3' these represent quotes.

In the cells next to them there are values like 'blank £200 & £125'.

On most occasions there will only be one quote value next to one of these text values.
I am trying to figure out the best formula to lookup and return the cheapest quote value (like £125) and (HR wer ND 3)the text value.

Any Ideas??

Thanks in advance
Neville
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Hopefully this helps. Ive used two formulas within the data. 1st one is a min formula and the 2nd one is a match index formula (based off of the min result):

Min Formula: c4:c6 = $ values

=MIN(C4:C6)

Match Index Formula: b4:b6 = "text - HR wer...", c8 = min , c4:c6 = $ values

=INDEX($B$4:$B$6,MATCH(C8,$C$4:$C$6,0))
 
Upvote 0
Hi there Squad,

Many thanks for that - It was the 'MIN' statement that I was missing (Doh!!.. so obvious).

Rgs Neville.
 
Upvote 0

Forum statistics

Threads
1,224,520
Messages
6,179,270
Members
452,902
Latest member
Knuddeluff

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top