Data lookup based on multiple conditions without using CSE

JHE1969

New Member
Joined
Apr 2, 2018
Messages
11
I have a data table of dates, first names, surnames and salary. I need to be able to lookup the salary on or before a given date. I need to do this multiple times so do not want to use the Control Shift Enter array construct. Any suggestions for a single line formula that can deal with the data conditionality. An example table is below:

DateFirstNameSurnameSalary
01/01/2018JohnSmith102
01/02/2018JackJones98
01/03/2018JillSmith52
01/04/2018TomJones69
01/05/2018TomSmith12
01/06/2018JohnSmith103
01/06/2018TonyJones54
01/06/2018JillSmith270
01/07/2018JillJones103
01/07/2018JackJones120
01/08/2018JillJones78
01/09/2018TonySmith83
01/10/2018TomJones47
Date01/09/2018
FirstNameTom
SurnameSmith
Salary

<colgroup><col width="87" span="4" style="width: 65pt;"></colgroup><tbody>
</tbody>
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.

Forum statistics

Threads
1,214,967
Messages
6,122,503
Members
449,090
Latest member
RandomExceller01

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