Help with Excel formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I'm trying to write an Excel formula in cell G9 to say the following:

If the sum of C9 and F9 times 5 is less than $1,000, show the result of C9
and F9 times 5. Otherwise, show $1,000. I know the formula below is
incorrect but I have no idea how to fix it. Also, I think I will probably
have to include something that will format the 1000 so that it will appear as
$1,000 (with the dollar sign and comma).

=IF(((C9+F9)*2)<1000,G9,1000)

Can anyone shed any light on this? Thanks in advance for any help!
 

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 Ranges 2
help with formula 2
Quick help with a simple function! 4
Formula help! 2
Help with Formula 5
Excel Formula for Eclipsing Circles 0
Excel 2007 Formulas 4
IF AND problem 5

Back
Top