Getting the next lowest value out of a row?

fireman12

New Member
Joined
Apr 17, 2006
Messages
19
I have a couple hundred rows of data. Each row has 10 columns of data (starting in col C). It is basically the performance data of 10 people (each row is a week, ea. col a person). In column A I have a "benchmark" In col B I need the lowest number that breaks below the benchmark, but is the 1st # to do so. So like if the numbers in the first row are:

benchmark
-3...????...1......5......-2......-10......-5......11......9.....-12......etc. to 10

(here the benchmark (col A) is -3 and the rest of the #'s are of each person's performance) I need col B (the ???) to return the value from the 5th data column, or -5. [-12 would be the =min], but I need col B to show me the first number that breaks below the benchmark, or the closest value that is less than benchmark (so not -2, because it is not below)(another way to say, the highest number that is below the benchmark) I have been playing around with Hlookup but I think that is wrong. How can I do this? Thank you folks for helping out.
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN

Forum statistics

Threads
1,214,638
Messages
6,120,674
Members
448,977
Latest member
moonlight6

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