Thread: IF function
View Single Post
  #3   Report Post  
Alok
 
Posts: n/a
Default

Another way is

=IF(OR(C1={6,11,12,84,86,87,88,89}),"a","b")

the above has to be array entered.(Ctrl-Shift-Enter)

Alok

"AliceNXLand" wrote:

Please help me, I get a FALSE instead of the True or the "a" I thought I was
supposed to get.

In column C are numbers. In column D is this equation. In column F thru K
are my criteria (cheat sheet). Should I use the numbers that I want the
function to look for? or should I use the addresses (F1:F6, etc.). And do
you see anything wrong with my equation?

=IF(C1="6,11,12,84,86,87,88,89","a")