Robert Wyatt
Board Regular
- Joined
- Jul 15, 2012
- Messages
- 88
- Office Version
- 2019
- Platform
- Windows
I trying to figure out a way to keep track of my monthly Social Security allowed gross wages, I have it figuring the yearly like I need, but I can't seem to figure out a way for the monthly. Is there any way to have it figure it monthly without counting the past pay periods. So I have four checks in April, but now I'm tracking Mays pay how would I do that without having Aprils counting into it?
Book1 | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | |||
1 | SOCIAL SECURITY REGISTER | Allowed Annually: | $22,320.00 | Allowed Monthly: | $1,860.00 | ||||||||
2 | Multiplied by 52 Pay Periods; | $1,754.51 | Estimated Monthly Earnings | ||||||||||
3 | PP# | Pay Date | Pay | Year-To-Date | Amount Before Penalty's | Amount To Earn before Penalty's: | $20,565.49 | ||||||
4 | 13 | 03/29/2024 | $239.25 | $239.25 | $22,080.75 | ||||||||
5 | 14 | 04/05/2024 | $313.50 | $552.75 | $21,767.25 | ||||||||
6 | 17 | 04/26/2024 | $566.72 | $1,119.47 | $21,200.53 | ||||||||
7 | 18 | 05/03/2024 | $154.72 | $1,274.19 | $21,045.81 | ||||||||
8 | 19 | 05/10/2024 | $480.32 | $1,754.51 | $20,565.49 | ||||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
K1 | K1 | =ROUND(I1/12,2) |
I2 | I2 | =SUM(C4:C55) |
I3 | I3 | =ROUND(I1-I2,2) |
D4:D8 | D4 | =IF(ISBLANK(B4)," ",SUM(D3,C4)) |
E4:E8 | E4 | =IF(ISBLANK(C4)," ",SUM(22320-D4)) |