Help with a quick IF AND formula (I think)

Paradigmgaming911

New Member
Joined
Aug 8, 2023
Messages
9
Office Version
  1. 2016
Platform
  1. Windows
Hello Excel Community,

I think I'm close to having this formula down, but I cannot figure out the ending of the formula to return the value I want ... hoping you can help


The attached spreadsheet involves candidates that receive multiple offers but only accept one (as noted by a value in the L column of INITIAL!)


I'm looking for a formula that will return results in FINAL! by matching the names in RSVP! and INITIAL! and then the resulting >0 value from column L in INITIAL!


The candidate, for example, Erica Reimers, had 3 interviews and accepted the Req# listed in L1 ... how do I return that value in FINAL! F2?


The FINAL! sheet shows the results as I would like them to appear


Appreciate the help!


Link to spreadsheet: Sample 1
 
The VLOOKUP will only return the first value which in the case of Latasha James will be 0
See if this works.

Final Sheet
Sample 1.xlsx
ABCDEF
1NAMEREQ #
2Latasha James2574202
FINAL
Cell Formulas
RangeFormula
F2F2=INDEX(INITIAL!$L$1:$L$12,AGGREGATE(15,6,(ROW(INITIAL!$L$1:$L$12)-ROW(INITIAL!$L$1)+1)/((INITIAL!$C$1:$C$12=FINAL!$A2)*(INITIAL!$L$1:$L$12<>"")),1))


Initial Sheet
Sample 1.xlsx
ABCDEFGHIJKL
1EricaReimersErica Reimers(555)555-5555eamreimers@gmail.comRegistered NurseNAMCNICUPeer: HM SchedulingNightLauren1455045
2EricaReimersErica Reimers(555)555-5556eamreimers@gmail.comRegistered NurseNAMCL&DOfferNightLauren
3EricaReimersErica Reimers(555)555-5557eamreimers@gmail.comRegistered NurseNAMCPostpartumOfferNightLauren
4TiaraPackTiara Pack(555)555-5558ebonysmith568@gmail.comFood Service AssociateNAMCKitchenOfferNightAliya1307406
5JessicaNicholsJessica Nichols(555)555-5559nichols.jess07@gmail.comCentral Sterile Technician NAMCOncologyOfferDayThalia1205460
6PatriciaGreenePatricia Greene(555)555-5560Patriciagreene409@gmail.comCookNAMCKitchenNo OfferAliya1475202
7BrandonManorBrandon Manor(555)555-5561manor_b12@yahoo.comFood Service AssociateNAMCKitchenOfferAliya
8LatashaJamesLatasha James(555)555-5562ljames.lj1978@gmail.comLVNNAMC4NInterview Sheet Not ClearKessler
9LatashaJamesLatasha James(555)555-5563ljames.lj1978@gmail.comLVNNAMC3SOfferKessler2574202
10LatashaJamesLatasha James(555)555-5564ljames.lj1978@gmail.comLVNNAMCOncologyPeer: HM SchedulingKessler
11MinjiHongMinji Hong(555)555-5565michelleiominji@gmail.comNew Grad RNNAMCNICUPeer: HM SchedulingNightAmber1250252
12MinjiHongMinji Hong(555)555-5566michelleiominji@gmail.comNew Grad RNNAMCPostpartumOfferNightAmber
INITIAL
Cell Formulas
RangeFormula
C1:C12C1=A1&" "&B1
No way I was going to come up with such a hefty Formula lol.
 
Upvote 0

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
This formula would be shorter, but with your version of Excel I think you will have to enter it as an array formula with CTRL-SHIFT-ENTER.

=INDEX(INITIAL!$L$1:$L$12,MATCH(1,(A2=INITIAL!$C$1:$C$12)*(INITIAL!$L$1:$L$12<>""),0))
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,958
Members
449,096
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