Help on "IF" function

  • Thread starter Thread starter Jill
  • Start date Start date
J

Jill

I need the formaula for this statement... "If the net sales of A is greater
than $1,000,000, then they must pay an additional $50,000 on top of
percentage". I currently have Net "Sales * Royalties (%)" in the the cell.
Please Help!
 
Assuming sales in A2 down, with royalty = 5%,
then something like this in B2:
=IF(A2>10^6,A2*5%+50000,A2*5%)
Copy down
 

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

Back
Top