Approximate Match from Multiple Columns

Gos-C

Active Member
Joined
Apr 11, 2005
Messages
258
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hi, all.

I need your help, please.

I have a range of numbers in 3 columns: Column A has groups of repeated numbers representing a quantity (e.g., 1 is listed 5 times, 50 is listed 5 times, 100 is listed 5 times etc.). Column B has 1, 4, 6, 8, 10 representing the number of ingredients associated with the quantity. Column C has an allowable time for each combination of quantity (Column A) and number of ingredients (Column B).

I need to match E2 and F2 with A and B, respectively and return the value in Column C - please see attached sheet.

(I am using Excel 2016 - for work.)
 

Attachments

  • Picture1.png
    Picture1.png
    50.8 KB · Views: 13

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
How about
Excel Formula:
=INDEX(C:C,AGGREGATE(14,6,ROW(A2:A56)/(A2:A56<=E2)/(B2:B56<=F2),1))
 
Upvote 0
Solution
How about
Excel Formula:
=INDEX(C:C,AGGREGATE(14,6,ROW(A2:A56)/(A2:A56<=E2)/(B2:B56<=F2),1))
Hi, Fluff. Yes, that works perfectly. Thank you very much.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,086
Messages
6,123,031
Members
449,092
Latest member
ikke

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