Index Match I Think But Mind Gone Blank

nehpets12

Active Member
Joined
Feb 22, 2002
Messages
453
I need a formula that will fill in the blank cells with the latest information.
Book4
ABCDE
1SeqNumberNameDepartmentCountsTheNumberOfEntriesThisIsWhatINeedToSeeInBlankCells
21SteveProduction1
32Steve2Production
43SteveWorks3
54PaulSales1
65Steve4Production
76Paul2Sales
87JohnManufacture1
98John2Manufacture
109Steve5Works
1110Paul3Sales
12
Sheet1
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
well you could use (C3):

=INDIRECT("C" & MATCH(B3,$B$2:$b$11))

or

=INDEX($C$2:$C$11,MATCH(B3,$B$1:$b$11,0))

but either way if this is the first instance of the name then you will be stumped as you won't return a value in C.
 
Upvote 0

Forum statistics

Threads
1,214,793
Messages
6,121,619
Members
449,039
Latest member
Mbone Mathonsi

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