![]() |
|
#1
|
||||
|
||||
|
Hi everyone. This is my formula in computing the tax due from each employee based on the attached tax table. Is there a neater way of coming up with the same results without the so many nested IFs?
=IF(NetTaxInc>8000000,(2410000+0.35*(NetTaxInc-8000000)), IF(NetTaxInc>2000000,(490000+0.32*(NetTaxInc-2000000)), IF(NetTaxInc>800000,(130000+0.3*(NetTaxInc-800000)), IF(NetTaxInc>400000,(30000+0.25*(NetTaxInc-400000)), IF(NetTaxInc>250000,(0.2*(NetTaxInc-250000)) IF(NetTaxInc<=250000,0)))))) Thank you. BTW the amounts are in Pesos currency not Dollars. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
vlookup nested formula
|
paxon | Excel | 1 | 09-14-2018 12:09 AM |
| nested IF formula question | H28Sailor | Excel | 5 | 05-12-2017 11:01 PM |
Nested If Statements in Formula Field to Produce the Diffrnc in Years Between Today's & Entered Date
|
mshu31 | Word | 1 | 02-09-2017 02:04 PM |
Compute Time-Weighted Investment Return
|
billbowers | Excel | 1 | 06-23-2016 08:30 AM |
| nested formula using IF & AND | paxon | Excel | 3 | 02-18-2016 05:32 AM |