if function?

J

Joann

Ok, I have a cell that I want to populate below but i don't know how to write
this formula....

If K27<.85, then I want the result to be J27-Q27.
But if K27>.85, then I want the result to be Q27.

Can you please help me write this formula?

Joann
 
R

RonaldoOneNil

What about if it is equal to .85 ? In my example I assume less or equal .85

=IF(K27<=0.85,J27-Q27,Q27)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

IF Statement 2
Function or If statement help 1
WRONG RESULT 9
Formula needs something--#REF!?? 2
Help with VB code 2
major stressor 2
Payment calculation 1
Drop down list control value in vba 2

Top