Merging of IF Formula Cells in One cell

Status
Not open for further replies.

profowo

New Member
Joined
Jul 27, 2023
Messages
2
Office Version
  1. 2016
  2. 2013
  3. 2011
  4. 2010
  5. 2007
  6. 2003 or older
Platform
  1. Windows
  2. Mobile
  3. Web
Please I want to merge all the calculation in each cells to one cell and Get the BVA Excel CODE to give me the value of PAYE when input the taxable Income


TAX 2.xlsx
DEF
2TAXABLE INCOME788,368.0021,000.00
333,000.00
428,255.20
5 -
6 -
7-
8ANNUAL PAYE 82,255.20
9PAYE6,854.60
Sheet1
Cell Formulas
RangeFormula
F2F2=IF(E2<300000,0.07*E2,0.07*300000)
F3F3=IF(E2-300000>=300000, 0.11*300000,IF(E2-300000<0,"-",0.11*(E2-300000)))
F4F4=IF(E2-600000>=500000, 0.15*500000,IF(E2-600000<0,"-",0.15*(E2-600000)))
F5F5=IF(E2-1100000>=500000, 0.19*500000,IF(E2-1100000<0,"-",0.19*(E2-1100000)))
F6F6=IF(E2-1600000>=1600000, 21%*1600000,IF(E2-1600000<0,"-",21%*(E2-1600000)))
F7F7=IF(E2-3200000>0,24%*(E2-3200000),"-")
F8F8=SUM(F2:F7)
F9F9=F8/12
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Duplicate to: PAYE EXCEL VBA CODE NEEDED

In future, please do not post the same question multiple times. Per Forum Rules (#12), posts of a duplicate nature will be locked or deleted.

In relation to your question here, I have closed this thread so please continue in the linked thread. If you do not receive a response, you can "bump" it by replying to it yourself, though we advise you to wait 24 hours before doing so, and not to bump a thread more than once a day.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,215,568
Messages
6,125,599
Members
449,238
Latest member
wcbyers

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top