Looking up four conditions

Drewmyster

Board Regular
Joined
May 16, 2007
Messages
150
Office Version
  1. 365
Platform
  1. Windows
I want a formula to look up data from a cell using the following conditions;

A1=Number (e.g. 2023)
A2=Name (e.g. John)
A3=Position (e.g. first, second, last etc)

Look up table array for cell row matching A1 (column B), A2 (column C) and A3 (column D) and then return the value of cell range E:E.

Any help appreciated.
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
What exactly is in column E that it is returning?
Will there always be exactly one match, or could there be none or multiple matches?
 
Upvote 0
What exactly is in column E that it is returning?
Will there always be exactly one match, or could there be none or multiple matches?
The data in E will be a number and there will only be one row which matches the three conditions so there should not be able other results to come from it.

So in essence, I am looking for a formula that looks up the row that contains "2023" (B), "John" (C) "First" (D) and the number that is in column E is the result the formula returns.
 
Upvote 0
If it is a number, you should be able to use a SUMIFS formula, in which you can add multiple conditions, and it will "SUM" the matching results from column E.
Since there is only one match, and column E is a number, that should return the value you want.
See: SUMIFS Function
 
Upvote 0

Forum statistics

Threads
1,215,071
Messages
6,122,964
Members
449,094
Latest member
Anshu121

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