check if 2 cells are equal but only if they contain numbers not i.

P

Philippe l. Balmanno

Try & modify:

=IF(ISNUMBER(A1),IF(ISNUMBER(B1),IF(A1=B1,"Equal",IF(A1<B1,A1&" is less than "&B1,A1&" is greater than "&B1))))
 

Ask a Question

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.

Ask a Question

Top