PatrickSchmidt
New Member
- Joined
- Apr 30, 2014
- Messages
- 25
Hello,
I am trying to highlight cells that contain anything other that a capital "Y" or capital "N". this is what I have so far, it's working but it is not case sensitive =NOT(OR(A1="Y",A1="N")). I tried using CHAR(ASCII#) and also tried to nest the FIND function but could not get them to work.
I'm also having trouble with my next step for this. In my spread sheet if lets say A1:J1 are either blank or have "Y" in them then I would put "$$" in K1. If any of those cells contain a "N" there should not be "$$" in K1. So I would like a formula where if K1="$$" then look at A1:J1, if those cells contain anything other than "Y" then highlight K1.
Thank you in advance. I really appreciate all the help I've gotten from the people on this forum!
I am trying to highlight cells that contain anything other that a capital "Y" or capital "N". this is what I have so far, it's working but it is not case sensitive =NOT(OR(A1="Y",A1="N")). I tried using CHAR(ASCII#) and also tried to nest the FIND function but could not get them to work.
I'm also having trouble with my next step for this. In my spread sheet if lets say A1:J1 are either blank or have "Y" in them then I would put "$$" in K1. If any of those cells contain a "N" there should not be "$$" in K1. So I would like a formula where if K1="$$" then look at A1:J1, if those cells contain anything other than "Y" then highlight K1.
Thank you in advance. I really appreciate all the help I've gotten from the people on this forum!