Easy way to update goal by month

Dee8

New Member
Joined
Apr 1, 2023
Messages
7
Office Version
  1. 365
Platform
  1. Windows
Hi, I think this should be easy but I am having trouble sorry. Can anyone help with the easiest way to update a monthly goal based on an actual number. So for instance if the total goal for the year is 140% so that would be 11.67% per month for the entire year. If I have another column with the actual % so lets say in January it's 15% how to I get February goal to change from 11.67% to the new number based on the actual result and have that populate each month of the year so lets say January 15%, February 5%, March 10%, April 20%, annual goal is still 140% but the monthly goal needs to adjust based on the actual result. If someone can assist I would appreciate it! thank you!
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
How about this:

Cell Formulas
RangeFormula
F2,H2,J2,D2,B2F2=DATE(2023,1,31)
G2,I2,K2,E2,C2G2=EDATE(F2,1)
B3:K3F3=($L$3-SUM(($A$3:E3)))/(12-IF(COLUMN(F3)=1,0,COLUMN(F3)-1))
F4:K7,E4:E6,D4:D5,C4F4=($L3-SUM(($A4:E4)))/(12-IF(COLUMN(F4)=1,0,COLUMN(F4)-1))
 
Upvote 0
How about this:

Cell Formulas
RangeFormula
F2,H2,J2,D2,B2F2=DATE(2023,1,31)
G2,I2,K2,E2,C2G2=EDATE(F2,1)
B3:K3F3=($L$3-SUM(($A$3:E3)))/(12-IF(COLUMN(F3)=1,0,COLUMN(F3)-1))
F4:K7,E4:E6,D4:D5,C4F4=($L3-SUM(($A4:E4)))/(12-IF(COLUMN(F4)=1,0,COLUMN(F4)-1))
that looks like it might work!! I will try and it and let you know. thank you so much!!
 
Upvote 0
that looks like it might work!! I will try and it and let you know. thank you so much!!
I'm pretty sure it should. The only thing that is goofy with it is that you are asked to overwrite the formulas in the month where new actual data is.
If you wanted to protect the formula, you will need to do some more work.
 
Upvote 0

Forum statistics

Threads
1,215,724
Messages
6,126,482
Members
449,316
Latest member
sravya

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