Check if Value appears in same list for the following month

Eclektics

New Member
Joined
Jun 9, 2015
Messages
24
Hi Guys,

Really struggling to figure a way out how to do this but hoping someone can help.

I have a list of staff members updated monthly, it's all on the same sheet with the month and year entered in a cell to show when this was added. I want a formula that is able to check if a name appears later in the list for the next month. i.e. John Smith - Aug-23 doesn't have a record for Sep-23 so I want a formula next to his August entry to show 0 as he doesn't appear.

Any help would be massively appreciated as currently this is a manual and time consuming. I've included an image of how it would look below.

Thanks
 

Attachments

  • Example.png
    Example.png
    4.4 KB · Views: 9

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Assuming Names Column A, Dates Column B
C2 Formula will be:
Excel Formula:
=COUNTIFS(A3:$A$100, A2, B3:$B$100, EDATE(B2, 1))
 
Upvote 0
Solution

Forum statistics

Threads
1,215,150
Messages
6,123,312
Members
449,094
Latest member
Chestertim

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