Calculate month over month change

gwhiz921

New Member
Joined
Sep 29, 2021
Messages
19
Office Version
  1. 365
Platform
  1. Windows
I'd like to find the increase/decrease between last month's numbers and current month numbers. For example august, had only two tasks but september grew to several. I'd like to see the change in percent if possible.

1634351192838.png
 

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
Hi GWhiz921,

Is this what you wanted?

GWhiz921.xlsx
ABCDEFGHIJ
1CreatedCompletedTaskProgressAug-21Sep-21Oct-21Nov-21Dec-21
28/18/2021 400.00%12.50%200.00%0.00%
39/3/2021
49/3/2021
59/3/2021
69/3/2021
78/19/2021
89/5/2021
99/5/2021
109/5/2021
119/5/2021
1210/1/2021
1311/1/2021
1411/1/2021
15
Sheet1
Cell Formulas
RangeFormula
F1F1=DATE(YEAR(MIN(A:A)),MONTH(MIN(A:A)),1)
G1:J1G1=EOMONTH(F1,0)+1
F2:J2F2=IF(F$1<=MIN($A:$A),"",(COUNTIFS($A:$A,">="&F$1,$A:$A,"<="&EOMONTH(F$1,0))/(COUNTIFS($A:$A,">="&DATE(YEAR(EOMONTH(F$1,-1)),MONTH(EOMONTH(F$1,-1)),1),$A:$A,"<="&EOMONTH(F$1,-1)))))
 
Upvote 0

Forum statistics

Threads
1,215,634
Messages
6,125,934
Members
449,274
Latest member
mrcsbenson

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