Hi all,
I need to compare multiple cells (not an array) to see if they equal a "specific text", but unsure of how to do that.
I saw a suggestion somewhere which used:
and(exact(A1,B1),exact(B1,C1),exact,(C1,D1),exact(D1,"specific text"))
Which will return true if all is equal. However...