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, I'm hoping to have something simpler if possible.
- cells aren't in an array
- case doesn't matter
- I read somewhere that we need to use CTRL + SHIFT + ENTER to make the exact formula work? I tried the formula without using the Ctrl/shift/enter and it seemed to work.. but maybe I'm not understanding this part correctly. If the exact formula does require this to work properly, I'd prefer to skip the exact formula altogether as this is a template that is being rolled out to 20+ people and I don't want to impose certain conditions on how certain cells are used.
Thank you!
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, I'm hoping to have something simpler if possible.
- cells aren't in an array
- case doesn't matter
- I read somewhere that we need to use CTRL + SHIFT + ENTER to make the exact formula work? I tried the formula without using the Ctrl/shift/enter and it seemed to work.. but maybe I'm not understanding this part correctly. If the exact formula does require this to work properly, I'd prefer to skip the exact formula altogether as this is a template that is being rolled out to 20+ people and I don't want to impose certain conditions on how certain cells are used.
Thank you!