Revengerer
New Member
- Joined
- Jun 28, 2007
- Messages
- 6
Hi People,
2 parts to my problem
Part 1 - i'm trying to write a formula using the IF and FIND command.
=IF(FIND("Successful",C2,1),"Successful","0")
if C2 contains the word "Successful" then the command works.
if it doesn't it returns a #VALUE!, even if i enter a [value_if_false] ("0")
Possible entries for C2 would be: Successful, Incomplete, Cancelled, Failed
Part 2 - what i would really like is
=IF(FIND("Successful",C2,1),"Successful",(FIND("Failed",C2,1))
i know that i'm doing something wrong i just don't know what. also i wouldl ike to be able to have this as a formula rather than a VBS ect
thanks in advance
Gavin
2 parts to my problem
Part 1 - i'm trying to write a formula using the IF and FIND command.
=IF(FIND("Successful",C2,1),"Successful","0")
if C2 contains the word "Successful" then the command works.
if it doesn't it returns a #VALUE!, even if i enter a [value_if_false] ("0")
Possible entries for C2 would be: Successful, Incomplete, Cancelled, Failed
Part 2 - what i would really like is
=IF(FIND("Successful",C2,1),"Successful",(FIND("Failed",C2,1))
i know that i'm doing something wrong i just don't know what. also i wouldl ike to be able to have this as a formula rather than a VBS ect
thanks in advance
Gavin