sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,421
- Office Version
- 2016
- Platform
- Windows
I have this which is evaluating cells to see if they match;
Presently they produce either TRUE or FALSE - but can it be tweaked to produce either VALID or NOT VALID?
I've tried this but it produces '#VALUE!'...
=AND(EXACT(B17,D3),EXACT(B16,B7))
Presently they produce either TRUE or FALSE - but can it be tweaked to produce either VALID or NOT VALID?
I've tried this but it produces '#VALUE!'...
=AND(EXACT(B17,D3),EXACT(B16,B7),"VALID","NOT VALID")
Last edited: