Claire Jackson
Board Regular
- Joined
- Jun 30, 2020
- Messages
- 79
- Office Version
- 2016
- Platform
- Windows
Hi,
I have a spreadsheet where I am looking in a list for a name and also a date and return yes if there is a match for both but the following formula isn't working. Please help.
=IF(XLOOKUP($C6,Sheet1!$E$2:$E$300,E$2,Sheet1!$F$2:$F$300),"Yes","No")
C6 has the employee name and F2 has the date I need to match, Sheet 1 has the data it's searching in (column E the name and column F lookup the date.
I have a spreadsheet where I am looking in a list for a name and also a date and return yes if there is a match for both but the following formula isn't working. Please help.
=IF(XLOOKUP($C6,Sheet1!$E$2:$E$300,E$2,Sheet1!$F$2:$F$300),"Yes","No")
C6 has the employee name and F2 has the date I need to match, Sheet 1 has the data it's searching in (column E the name and column F lookup the date.