G
Guest
Hi,
I have a field wihich contain a variety of letters, examples below;
W:YMW
:W
W:WWW
Y:Y9
9:W9
W:W
Y:YW
ETC....
i need to pick out only those rows that have a W, no matter how many W's,
but must have no other letter, but can have the : character. How can this be
include into a IF statement, like below
If([Column Header] = ???? , "E", "I"
Hope you can help Thanks
I have a field wihich contain a variety of letters, examples below;
W:YMW
:W
W:WWW
Y:Y9
9:W9
W:W
Y:YW
ETC....
i need to pick out only those rows that have a W, no matter how many W's,
but must have no other letter, but can have the : character. How can this be
include into a IF statement, like below
If([Column Header] = ???? , "E", "I"
Hope you can help Thanks