SuperFerret
Well-known Member
- Joined
- Mar 2, 2009
- Messages
- 515
Hi,
I've been trying to work out how to make this IF formula case sensitive. As for example O and p mean something completely different to o and P, I think I need to use EXACT but I can't get it to work
This is the basic formula as it stands:
Can anyone shed any light on how to make this case sensitive?
I've been trying to work out how to make this IF formula case sensitive. As for example O and p mean something completely different to o and P, I think I need to use EXACT but I can't get it to work
This is the basic formula as it stands:
Code:
=IF(VP!S2="Y","Message 1",IF(AND(U2="O",Y2="p"),"Message 2",IF(AND(U2="I",Y2="i"),"Message 3","")))
Can anyone shed any light on how to make this case sensitive?