Forum

Notifications
Clear all

IF Formula

3 Posts
2 Users
0 Reactions
119 Views
(@candid)
Posts: 8
Active Member
Topic starter
 

Hi,

I am trying to complete a formula which calculates taxes on payroll. I would like the formula in the attached workbook for the 33.5% calculation to not return a negative amount once the taxable amount for that band is below the threshold. Hope I have explained what I would like help with. I have provided different examples to show what is happening.

Thanks for any assistance.

Candid

 
Posted : 01/09/2018 7:02 pm
(@sunnykow)
Posts: 1417
Noble Member
 

Hi Candid

You can try this:

In cell D27 enter =IF(D25>50000,15000*0.335,IF(AND((D25-35000)>0,D25<50000),(D25-35000)*0.335,0))

Hope this helps.

Sunny

 
Posted : 01/09/2018 9:17 pm
(@candid)
Posts: 8
Active Member
Topic starter
 

Hi Sunny,

Yes, that helps.

Thanks you so much.

Candid

 
Posted : 02/09/2018 12:24 pm
Share: