Hello,
I am trying to show forecasts with cumulated data.
My data table is as follows:
I make a pivot with Fiscal Quarter as Rows sorted Z-A, and all the other data as values:
For example, FY17-Q1 will show the total amounts (revenues and margins) of what is ahead of us starting from Q1 of FY17.
Similarly, FY18-Q2 will total the amounts of what is due to complete from Q2 FY18 onward, ignoring what is due to complete before.
I can have values in A-type columns and not in B-type columns or the other way around, or in both A-type and B-type columns.
My problems come with the margin percentages. I cannot use running totals here, as it is completely meaningless. What I actually need, is that the margin % reflects the [running total of A (resp. B) Margin]/[running total of A (resp. B)Revenue] of the corresponding row.
But with the average of margin %, it only gives me the average of margin % of the corresponding quarter, not of all the quarters onward.
I tried to upload a sample file, but for some reasons, it does not see my excel files, although it properly sees Word documents or pdf etc.
I thought using powerpivot as well, but it does not like mixing types (e.g. number and text, or date and text), which I have in the raw data.
Any help would be welcome!
I am trying to show forecasts with cumulated data.
My data table is as follows:
ID - unique identifier
A Revenue - number or "-" if empty
A Margin - number or "-" if empty
A Margin% - formula: =iferror([A Margin]/[A Revenue],"-")
B Revenue - number or "-" if empty
B Margin - number or "-" if empty
B Margin % - formula: =iferror([B Margin]/[B Revenue],"-")
Fiscal Quarter - text, formatted as FYxx-Qx
A Revenue - number or "-" if empty
A Margin - number or "-" if empty
A Margin% - formula: =iferror([A Margin]/[A Revenue],"-")
B Revenue - number or "-" if empty
B Margin - number or "-" if empty
B Margin % - formula: =iferror([B Margin]/[B Revenue],"-")
Fiscal Quarter - text, formatted as FYxx-Qx
I make a pivot with Fiscal Quarter as Rows sorted Z-A, and all the other data as values:
Count of ID, Running Total of Fiscal Quarter for A Revenue, A Margin, B Revenue, B Margin, so as to see the forecasts cumulated through the quarters, average for A Margin % and for B Margin %.
For example, FY17-Q1 will show the total amounts (revenues and margins) of what is ahead of us starting from Q1 of FY17.
Similarly, FY18-Q2 will total the amounts of what is due to complete from Q2 FY18 onward, ignoring what is due to complete before.
I can have values in A-type columns and not in B-type columns or the other way around, or in both A-type and B-type columns.
My problems come with the margin percentages. I cannot use running totals here, as it is completely meaningless. What I actually need, is that the margin % reflects the [running total of A (resp. B) Margin]/[running total of A (resp. B)Revenue] of the corresponding row.
But with the average of margin %, it only gives me the average of margin % of the corresponding quarter, not of all the quarters onward.
I tried to upload a sample file, but for some reasons, it does not see my excel files, although it properly sees Word documents or pdf etc.
I thought using powerpivot as well, but it does not like mixing types (e.g. number and text, or date and text), which I have in the raw data.
Any help would be welcome!