Hello, I have a database with a column of names and next to the names an event name and next to that a date. For example:
Sheet1
A B C
1 Smith Tng1 6Oct16
2 Smith Tng2 30Sept16
3 Smith Tng3 8Jul16
4 Lopez Tng1 3Jun16
5 Lopez Tng2 4May16
6 Lopez Tng3 6Oct16
7 Lopez Tng4 24Sept
Sheet2
A B C D
1 Tng1 Tng2 Tng3
2 Smith X
3 Lopez
This will be cut and pasted into sheet 1 of excel from another database. On sheet 2 of excel I need a formula to look at sheet 1 and find a specific name first (in this case we'll use Smith) then when that name is found to look for the tng2 event then once its found the name and event to look at the date accomplished and if its older than todays date to populate an X into the cell on sheet 2. THe reason for this is because the data base will be random at listing the names. The names on sheet 2 will be constant. Just need to cell to sniff out the person, the event, and based on the date populate an x or not. I've simplified the example as the list I'm actually working with is ginormous. Thank you for your help.
Bookmarks