John Caines
Well-known Member
- Joined
- Aug 28, 2006
- Messages
- 1,155
- Office Version
- 2019
- Platform
- Windows
Hello All.
Trying to write a simple (But not for me ) formula.
All I want to say is;
IF J5=H19,, show the word "EVEN
If J5 is greater than H19 shoe the word "YES"
If J5 is less than H19 show the word "NO
Originally I had;
But now I want to add the word even into it,, just can't seem to get it
I have now (But it doesn't work;
Can anybody show me the error please?
I can't be far off
Many thanks;
John Caines
Trying to write a simple (But not for me ) formula.
All I want to say is;
IF J5=H19,, show the word "EVEN
If J5 is greater than H19 shoe the word "YES"
If J5 is less than H19 show the word "NO
Originally I had;
Code:
=IF(J5="","",IF(J5>$H$19,"YES","NO")
But now I want to add the word even into it,, just can't seem to get it
I have now (But it doesn't work;
Code:
=IF(J5="","",IF(J5>$H$19,"YES","NO"),IF(J5=$H$19,"EVEN"))
Can anybody show me the error please?
I can't be far off
Many thanks;
John Caines