I am trying to figure out a formula that will calculate a percentage up to a maximum amount of running wages.
For this example, if I need to calculate 5% up to the first $5,000 of wages, but then stop, how to I handle that? In the attached spreadsheet, I also have an example where the wage amount is reached on 4/30/24, but only part of that week's amount is taxed.
[Solved] Calculate tax up to wage cap
[Solved] Calculate tax up to wage cap
- Attachments
-
- Taxes Calculated.xlsx
- (10.2 KiB) Downloaded 50 times
Last edited by MrProgrammer on Fri Aug 30, 2024 8:17 pm, edited 1 time in total.
Reason: Tagged ✓ [Solved] -- MrProgrammer, forum moderator
Reason: Tagged ✓ [Solved] -- MrProgrammer, forum moderator
Unspecified version of OpenOffice/LibreOffice. Unspecified operating system.
awascholl needs to update their → forum signature ← (click the link) if they expect to receive appropriate advice for their environment.
-- MrProgrammer, forum moderator
awascholl needs to update their → forum signature ← (click the link) if they expect to receive appropriate advice for their environment.
-- MrProgrammer, forum moderator
Re: How to calculate a percentage up to a certain amount of running wages?
A maximum per day or per week? In your example all dates are in different months.
If per day, use =0.05*MIN(5000;C4) in F4 etc.
Otherwise upload a better example, also with different wages, and indicate which values are expected.
If per day, use =0.05*MIN(5000;C4) in F4 etc.
Otherwise upload a better example, also with different wages, and indicate which values are expected.
AOO 4.1.16 & LO 25.8.3 on Windows 10
Re: How to calculate a percentage up to a certain amount of running wages?
A maximum amount of wages. Once the employee hits $5,000 of total wages, the calculation ends.
Unspecified version of OpenOffice/LibreOffice. Unspecified operating system.
awascholl needs to update their → forum signature ← (click the link) if they expect to receive appropriate advice for their environment.
-- MrProgrammer, forum moderator
awascholl needs to update their → forum signature ← (click the link) if they expect to receive appropriate advice for their environment.
-- MrProgrammer, forum moderator
Re: How to calculate a percentage up to a certain amount of running wages?
Do the calculations in columns G and H do what you want. The two columns can be combined into a single calculation. I split them up while I was working out the formulas.
- Attachments
-
- Taxes Calculated_fjcc.ods
- (12.65 KiB) Downloaded 44 times
OpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
Re: How to calculate a percentage up to a certain amount of running wages?
This seems to be what I need, thank you!
Unspecified version of OpenOffice/LibreOffice. Unspecified operating system.
awascholl needs to update their → forum signature ← (click the link) if they expect to receive appropriate advice for their environment.
-- MrProgrammer, forum moderator
awascholl needs to update their → forum signature ← (click the link) if they expect to receive appropriate advice for their environment.
-- MrProgrammer, forum moderator