if then function

  • Thread starter Thread starter rhonda.walter
  • Start date Start date
R

rhonda.walter

In an if then statement, how do I get the value to be a
result for instance If b12>b13, then b12*5%
 
-----Original Message-----
In an if then statement, how do I get the value to be a
result for instance If b12>b13, then b12*5%
.

I had this problem which i eventually solved my slef using
this

=IF(C5>C6,C37,IF(C5<C6,C6-C5,IF(C5=0,C8+C9+C10+C12)))

so in answer to your question
=IF(B12>B13,B12*5%)
 

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