Conditional formatting cell if every cell contains "YES"
Solved/Closed
LizzyDashwood
Posts
2
Registration date
Thursday April 30, 2015
Status
Member
Last seen
May 1, 2015
-
Apr 30, 2015 at 10:18 AM
LizzyDashwood Posts 2 Registration date Thursday April 30, 2015 Status Member Last seen May 1, 2015 - May 1, 2015 at 03:36 AM
LizzyDashwood Posts 2 Registration date Thursday April 30, 2015 Status Member Last seen May 1, 2015 - May 1, 2015 at 03:36 AM
Related:
- If cell contains specific text
- How to find specific words on a page - Guide
- If cell contains (multiple text criteria) then return (corresponding text criteria) ✓ - Excel Forum
- If cell contains date then return value ✓ - Excel Forum
- Excel "IF" function w/ date in test cell ✓ - Excel Forum
- Excel formula to check if cell contains a date - Excel Forum
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Apr 30, 2015 at 11:17 AM
Apr 30, 2015 at 11:17 AM
Hi Lizzy,
Try the following formula:
=COUNTIF($C1:$F1,"Yes")=4
Best regards,
Trowa
Try the following formula:
=COUNTIF($C1:$F1,"Yes")=4
Best regards,
Trowa
May 1, 2015 at 03:36 AM