Carl Clements
Board Regular
- Joined
- Jun 13, 2008
- Messages
- 95
Hi,
Is it possible to include an ISERROR formula within an OR statement?
If my record is either #N/A or 0, I want to return a message ,"Please enter shares".
I was expecting the below to work, however it failed with the message, 'your formual contains an error'
Can anybody suggest an alternative?
=IF(or(ISERROR(F20=TRUE,F20=0,"Please enter shares","")
Thanks,
Carl
Is it possible to include an ISERROR formula within an OR statement?
If my record is either #N/A or 0, I want to return a message ,"Please enter shares".
I was expecting the below to work, however it failed with the message, 'your formual contains an error'
Can anybody suggest an alternative?
=IF(or(ISERROR(F20=TRUE,F20=0,"Please enter shares","")
Thanks,
Carl