Jump to content
4 minutes ago, mpsparrow said:

To make it simple, A1 is the Tax, B1 is the Profit, and C1 is going to be the calculation.

 

So in A1 put the percent. In B1 put your profit in. And in C1 put the following function.

 

=IF(B1>0,A1*B1,0)

 

 

 

4 minutes ago, mpsparrow said:

To make it simple, A1 is the Tax, B1 is the Profit, and C1 is going to be the calculation.

 

So in A1 put the percent. In B1 put your profit in. And in C1 put the following function.

 

=IF(B1>0,A1*B1,0)

 

 

YOU ARE A LIFE SAVER. STAND BY FOR SOME STUPID QUESTIONS 

Link to comment
https://linustechtips.com/topic/665128-need-help-on-excel/#findComment-8589974
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×