L
Lana
Does anyone know if you can exclude blank cells when using the exact function
to compare two cells to see if they are duplicates?
to compare two cells to see if they are duplicates?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Lana said:Does anyone know if you can exclude blank cells when using the exact function
to compare two cells to see if they are duplicates?
....Bernard Liengme said:Ho about:
=IF(AND(ISBLANK(A1),ISBLANK(B1)),NA(),EXACT(A1,B1))
Rick Rothstein said:Or possibly even this way...
=IF(A1&B1="",NA(),EXACT(A1,B1))
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.