• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Count as Percentage

arif

Member
I have a sheet where i want to count tax on money shown in one column
so if i want to put a formula that if "tax is 5% then multiply a with 5%, if its 6% then multiply with 6% or so on with other tax figure" how can i do that using if formula

plz
 

Attachments

  • Percentage.Tax.xlsx
    8.2 KB · Views: 6
Hi,
Not sure why you feel the need for an 'if' statement. Just use the following formula in whichever cell you want the result.
=C3*D3
or, if you want the total with tax added
=C3*(1+D3)
then copy the formula down for each row.
Hope that helps
 
Hi Arif,
I didn't understand your requirement...

You have values in Column C
Percentage in D

All you need is just =D3*C3
 
I have a sheet where i want to count tax on money shown in one column
so if i want to put a formula that if "tax is 5% then multiply a with 5%, if its 6% then multiply with 6% or so on with other tax figure" how can i do that using if formula

plz
Hi,

Does this do what you want?
 

Attachments

  • Percentage.Tax.xlsx
    9.5 KB · Views: 5
Back
Top