asdafgafawaaa
New Member
- Joined
- Jun 23, 2017
- Messages
- 19
Hi Excel Gurus,
I'm trying to write a formula in my report as below, but it only returns error "#VALUE!".
There are the scenarios:
If the value is a number or contains "-", equals L12
If else, leave it empty.
=IF(OR(ISNUMBER(E12),FIND("-",E12)>1),L12,"")
=IF(OR(ISNUMBER(E12)="TRUE",FIND("-",E12)>1),L12,"")
Can you please explain how to make it work?
Thank you in advance!
I'm trying to write a formula in my report as below, but it only returns error "#VALUE!".
There are the scenarios:
If the value is a number or contains "-", equals L12
If else, leave it empty.
=IF(OR(ISNUMBER(E12),FIND("-",E12)>1),L12,"")
=IF(OR(ISNUMBER(E12)="TRUE",FIND("-",E12)>1),L12,"")
Can you please explain how to make it work?
Thank you in advance!
Last edited: