View Single Post
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi

one way
=IF(D116=CHAR(65),IF(D116<=CHAR(76),"yes","no")," no")

Cheers
JulieD


"scallyte" wrote in message
m...
Cell D116 on my worksheet contains the character "C".

Another cell on the worksheet contains the (non-working) test:

=IF(D116 LIKE "A..L", "yes", "no")

This doesn't work. I want it to return "yes" because the character
"C" is in the array "A..L" but I can't figure out how to do this. I
could accomplish this using VB, but would rather use a worksheet
function.