Look up value, return adjacent cell

carlidee

New Member
Joined
Sep 15, 2020
Messages
20
Office Version
  1. 2016
Platform
  1. Windows
Hello - Could someone please help me compose a formula for where the "???" currently stands to help return the corresponding name for lastest event in the data?

In this case, I would want the output to read "Completion"

Thanks!


NameDate of latest eventTitle of latest eventEvent 1 DateEvent 1 TitleEvent 2 DateEvent 2 TitleEvent 3 DateEvent 3 Title
John2/3/23???1/1/23Round 11/15/23Round 22/3/23Completion
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
MrExcelPlayground20 (version 1).xlsb
ABCDEFGHI
24NameDate of latest eventTitle of latest eventEvent 1 DateEvent 1 TitleEvent 2 DateEvent 2 TitleEvent 3 DateEvent 3 Title
25John2/3/2023Completion1/1/2023Round 11/15/2023Round 22/3/2023Completion
Sheet23
Cell Formulas
RangeFormula
C25C25=IFERROR(INDEX(D25:I25,MATCH(B25,D25:I25,0)+1),"")
 
Upvote 0

Forum statistics

Threads
1,215,343
Messages
6,124,404
Members
449,156
Latest member
LSchleppi

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