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?
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.