Exact if not blank
Closed
Marleny
-
Jun 12, 2011 at 09:26 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jun 13, 2011 at 11:14 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jun 13, 2011 at 11:14 AM
Related:
- Exact if not blank
- Different dates of "end to end encryption message" on blank chat? - Excel Forum
- Discord blank name ✓ - Internet & Social Networks Forum
- An example of a cell is a blank cell ✓ - Programming Forum
- Tiktok blank page - TikTok Forum
- The internet is blank ✓ - Internet & Social Networks Forum
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Jun 13, 2011 at 11:14 AM
Jun 13, 2011 at 11:14 AM
How about some thing like this
=IF(OR(A1="", C1="", E1=""),"-",AND(EXACT(A1,C1),EXACT(A1,E1)))
or may be even
=IF(A1="","-",AND(EXACT(A1,C1),EXACT(A1,E1)))
=IF(OR(A1="", C1="", E1=""),"-",AND(EXACT(A1,C1),EXACT(A1,E1)))
or may be even
=IF(A1="","-",AND(EXACT(A1,C1),EXACT(A1,E1)))