Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yrly IncomeTax (15%)Tax (15%) Net Yearly
204000 30600 Tax Payeer ? 72000 10800 Non Tax Payeer ? 3400 510 Non Tax Payeer ? 176000 26400 Tax Payeer ? 162000 24300 Tax Payeer ? Q.is if yrly income is 150000 add 25%, if it is more than 200000 add 30% and if yearly income is less than 149000 do not add tax. Solve the problem. Thanks... Pravin |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(A2<=150000,0,IF(A2<=200000,A2*0.25,A2*0.3))
If this post helps click Yes --------------- Jacob Skaria "Pravin Chalise" wrote: Yrly IncomeTax (15%)Tax (15%) Net Yearly 204000 30600 Tax Payeer ? 72000 10800 Non Tax Payeer ? 3400 510 Non Tax Payeer ? 176000 26400 Tax Payeer ? 162000 24300 Tax Payeer ? Q.is if yrly income is 150000 add 25%, if it is more than 200000 add 30% and if yearly income is less than 149000 do not add tax. Solve the problem. Thanks... Pravin |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible | Excel Discussion (Misc queries) | |||
Build excel formula using field values as text in the formula | Excel Worksheet Functions | |||
Excel Formula Doesn't Execute (Shows formula-not the calcuation) | Excel Discussion (Misc queries) | |||
Excel 2002 formula displayed not value formula option not checked | Excel Worksheet Functions | |||
How do I view formula results intead of formula in excel? | Excel Worksheet Functions |