Using Index and Match to bring back first blank in column

jjmarquez89

New Member
Joined
Jul 27, 2016
Messages
11
Good afternoon,

Here is the pickle I'm in. Working on applicant tracking report. Trying to automate as much as possible. I'm bring information from 1 sheet to another so things won't have to be imputed twice.

Currently using Index and Match to look at the job number to bring over the offer date a candidate was extended. As you can see were multiple candidates submitted for Job ID 10953 but when I run Index and match to get the information over to Sheet 2 it brings blank. Open to any ideas on how to go about this.

Current formula I am using: =index('sheet1'!$S:S,match($C2,'Sheet2'!$A:$A,0))

1608580429312.png
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Try this:
Excel Formula:
=INDEX('sheet1'!$S:S,MATCH(1,INDEX(('Sheet2'!$A:$A=$C2)*('sheet1'!$S:S<>""),0),0))
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,694
Members
448,979
Latest member
DET4492

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