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

Try...

=IF(B21<=150,B21*E32,150*E32)

Hope this helps!

In article ,
"Shirley" wrote:

How do I use a formula within the IF function? What I want to do is check if
a number is less than or equal to an amount, calculate one thing, if it is
not, calculate another. I tried this: IF(B21<=150,"=B21*E32","150*E32)
But I only get text returned.

Please help!!
Thanks