View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Biff Biff is offline
external usenet poster
 
Posts: 1,688
Default where can I find help with excel formulas?

What do you want to do if those conditions are not met?

Enter this formula in C1:

=IF(AND(A1=40,B1<=6),250,0)

If the conditions aren't met the formula will return 0.

Biff

"trying to learn" <trying to wrote in
message ...
I need a formula to fit this case...if a1=40 and b1<=6 then c1=250
What I'm trying to do is if A1 is 40 or more customers and B1 is 6 hours
or
less, then C1 will equate to 250.