Thread: IF Function
View Single Post
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

=IF(AND(A3=9,B7=1,C7=2,B3=1,B3<=7),10,50)

--
Regards
Frank Kabel
Frankfurt, Germany

"Sam" schrieb im Newsbeitrag
...
how do i create an IF function that displays a certain value when a

number
from one to seven is in the correct cell?

i have tried the following formula but it doesnt work:

=IF(AND(A3=9,B7=1,C7=2,B3=1:7),(10),(50))

what is wrong with my formula? how should i change it?

cheers sam