jasonleewkd
New Member
Hi all,
Could anyone help me with a formula that returns "JV" (when there is the word "And" in the referenced cell) or "Non-JV" (when there is no "And")
[pre]
[/pre]
The formula I came up with in B1 and B2 reads
=IF(ISERROR(FIND("And",A1)),"Non-JV","JV")
Beside the method above, is there another way to do it incorporating CSE?
Could anyone help me with a formula that returns "JV" (when there is the word "And" in the referenced cell) or "Non-JV" (when there is no "And")
[pre]
Code:
"F.E.Lakeside Pte. Ltd., Fcl Topaz Pte. Ltd.
And Sekisui House, Ltd. " JV
Mcl Land Limited Non-JV
The formula I came up with in B1 and B2 reads
=IF(ISERROR(FIND("And",A1)),"Non-JV","JV")
Beside the method above, is there another way to do it incorporating CSE?