Logic to Bucket Growth Type (Base/Incremental/Attrition)

jrnewport1115

New Member
Joined
Jun 17, 2014
Messages
13
Hello,

I currently have three working measures thanks to Matt Allington.
Code:
PYsales:=CALCULATE(SUM(revenue[amount]),SAMEPERIODLASTYEAR('Calendar'[Date]))
Growth:=SUM(revenue[amount])-[PYsales]
Type:=IF([PYsales]=0,"Incremental",IF(AND(revenue[Sum of amount]=0,[PYsales]<>0),"Attrition","Base"))

However, for my "Type" logic, I want to be able to place this "measure" into a row or column. I assume this needs to move to a calculated column?

(ie I want to be able to summarize by total base vs. incremental growth)

Any general direction on this one?

Thanks!!
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Would still love some help on this one. Looking to store a logic-driven value on a row-by-row basis, by utilizing data from other rows (PY sales at that customer/product level). That way I can place this Calculated Column in a row or column in my pivot table to be able to summarize by total Incremental, Attrition, or Base categories for my growth measure.

Thanks!
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,166
Messages
6,176,847
Members
452,746
Latest member
CJOGames

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