If Function

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

Guest

I would like to write an if function to accomplish the following:
=IF(A<16000,0, next part ?
I want to continue to state if A1>16000 then *the difference by10%

Thanks for any help
 
=if(A1<16000,0, (A1-16000)*0.1)
Rgds,
ScottO
message | I would like to write an if function to accomplish the following:
| =IF(A<16000,0, next part ?
| I want to continue to state if A1>16000 then *the difference by10%
|
| Thanks 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

Back
Top