Thread: if function?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Per Jessen Per Jessen is offline
external usenet poster
 
Posts: 1,533
Default if function?

Hi Joann

What if K27=.85?

Maybe this:

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

Regards,
Per

"Joann" skrev i meddelelsen
...
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