GraemeSS
New Member
Hi Excelers,
I want to know percentage change from last month (C6-D6)/C6. But I want it to be displayed in a column at the end and to automatically update each time I add the monthly data.
I'm using offset to find the latest data
OFFSET(B6,0,COUNTIF(C6:AF6,">.00"))
How do I combine them to find the latest percentage change from last month each time I add new data.
__________________________________________________________________________________________________________________________________________
I am not the greatest whiz at Excel but here is how I solved the rolling 12 months average.
=IFERROR(AVERAGE(OFFSET(B6,0,COUNTIF(C6:AF6,">.00" ),1,-12)),"")
__________________________________________________________________________________________________________________________________________
Would love to hear from you in these dark days.
Graeme
I want to know percentage change from last month (C6-D6)/C6. But I want it to be displayed in a column at the end and to automatically update each time I add the monthly data.
I'm using offset to find the latest data
OFFSET(B6,0,COUNTIF(C6:AF6,">.00"))
How do I combine them to find the latest percentage change from last month each time I add new data.
__________________________________________________________________________________________________________________________________________
I am not the greatest whiz at Excel but here is how I solved the rolling 12 months average.
=IFERROR(AVERAGE(OFFSET(B6,0,COUNTIF(C6:AF6,">.00" ),1,-12)),"")
__________________________________________________________________________________________________________________________________________
Would love to hear from you in these dark days.
Graeme