... I want to print $0.00 if ...

G

Guest

In cell C10, I have a math function <<< C8-C9 >>>.

If C9 is bigger than C8, I want the result to be printed as $0.00.

I thought the proper Function should be types as <<< =IF(C10<0,0(C8-C9))
What is the correct Syntax for my application?

Thanks,
Darrell
 
G

Guest

In cell C10, try: =IF(C9>C8,0,(C8-C9))

Dr. Darrell said:
In cell C10, I have a math function <<< C8-C9 >>>.

If C9 is bigger than C8, I want the result to be printed as $0.00.

I thought the proper Function should be types as <<< =IF(C10<0,0(C8-C9))

What is the correct Syntax for my application?

Thanks,
Darrell
 

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

Top