Not sure if I need an IF/AND, match, vlookup…please help!

Carl666s

New Member
Joined
Jan 12, 2022
Messages
2
Office Version
  1. 2016
Platform
  1. Windows
Hi,
I've been tasked with a doozy. I have two tabs.
The 'schedule' tab has Payroll refs in A2-A19 and Exam refs in B2-G2
The 'export' tab has Payroll refs in C1-Z1 and Exam refs in A2-A20 and whether they have passed (a P is shown) in range C2-Z20

I have to see if a Payroll ref has completed each exam and show that in the 'schedule' tab next to the relevant payroll number and exam ref. Not all of the Payroll nos are in the export tab which is why I need a formula (there will also be people added and removed over time so the formula needs to do checks to see if they are there)

My thinking was that I need 3 linked IF statements but I can't get that to work. Any ideas?

Schedule tab
1642001440854.png


Export tab
1642001406147.png
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Hi & welcome to MrExcel.
As you description does not match the images, this is based on the image.
In O8 dragged down & across
Excel Formula:
=IFNA(INDEX(export!$C$2:$Z$100,MATCH(O$5,export!$A$2:$A$100,0),MATCH($B8,export!$C$1:$Z$1,0)),"")
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,028
Messages
6,122,749
Members
449,094
Latest member
dsharae57

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