Darren_workforce
Board Regular
- Joined
- Oct 13, 2022
- Messages
- 146
- Office Version
- 365
- Platform
- Windows
I have a file that has 3 sheets: 8-45, 9-15 and 'did not attend'. These reference meeting times since you can't use colons in sheet names.
Within both '8-45' and '9-15' Column A on each has a list of participants who attended the respective Teams meeting.
Within 'Did not attend', Column A has a list of all department employees alphabetically.
I have setup CF to find any names within '8-45' and '9-15' and will shade them (yellow if it matters) along Column A in the 'Did not attend' sheet.
=COUNTIFS('8-45 lineup'!$A$11:$A$150,A1:A100)
=COUNTIFS('9-15 lineup'!$A$11:$A$150,A1:A100)
I was not sure how to setup the formula to reference both sheets at once so I just setup 2 separate CFs. So if is possible to combine both of those into 1 CF formula, I'm open.
My question is: can the formula be adjusted so that instead of highlighting the names it finds in the other 2 sheets, is it possible to highlight any names not found in either of the other 2 sheets? I tried using <>, <=, >= but I have a feeling since the formula references an entire range, maybe those don't work.
Thank you for all help in advance!!
Within both '8-45' and '9-15' Column A on each has a list of participants who attended the respective Teams meeting.
Within 'Did not attend', Column A has a list of all department employees alphabetically.
I have setup CF to find any names within '8-45' and '9-15' and will shade them (yellow if it matters) along Column A in the 'Did not attend' sheet.
=COUNTIFS('8-45 lineup'!$A$11:$A$150,A1:A100)
=COUNTIFS('9-15 lineup'!$A$11:$A$150,A1:A100)
I was not sure how to setup the formula to reference both sheets at once so I just setup 2 separate CFs. So if is possible to combine both of those into 1 CF formula, I'm open.
My question is: can the formula be adjusted so that instead of highlighting the names it finds in the other 2 sheets, is it possible to highlight any names not found in either of the other 2 sheets? I tried using <>, <=, >= but I have a feeling since the formula references an entire range, maybe those don't work.
Thank you for all help in advance!!