MEUserII
Board Regular
- Joined
- Oct 27, 2017
- Messages
- 91
- Office Version
- 365
- 2021
- 2019
- 2016
- 2013
- Platform
- Windows
Is there a way to write an IF formula or an IS formula that checks only for the error #VALUE! (and no other error like #REF!/#NA!...etc), and then executes an action?
For example something like: IF( ( (A1)=(#VALUE!) ), ("#YES VALUE! ERROR"), ("NO #VALUE! ERROR) ) ?
OR
Something like: ISVALUEERROR(A1)=#VALUE! , which would return TRUE/FALSE depending on if A1=#VALUE! ?
For example something like: IF( ( (A1)=(#VALUE!) ), ("#YES VALUE! ERROR"), ("NO #VALUE! ERROR) ) ?
OR
Something like: ISVALUEERROR(A1)=#VALUE! , which would return TRUE/FALSE depending on if A1=#VALUE! ?
Last edited: