Hi All - Please help!!
I have a table made up of three TYPE Columns (Type A/Type B/Type C) - there are also columns for costs associated with these (Type A £/Type B £/Type C £). I also have a Total £ column combining the other £ columns.
Within each type there are sub categories - this is where it gets tricky.
I want a total of Type A depending on certain Sub Categories - Straightforward with a slice.
I want a total of Type A depending on certain Sub Categories - Straightforward with a slice.
I want a total of Type A depending on certain Sub Categories - Straightforward with a slice.
I want a total of Type A/Type B/Type C depending on certain Sub Categories - When I try to combine all subcategories/Types there are the following issues:
OR([Type A]=Sub Cat 1, [Type A]=Sub Cat 2, [Type A]=Sub Cat 3, [Type B]=Sub Cat 4, [Type B]=Sub Cat 5, [Type B]=Sub Cat 6, [Type C]=Sub Cat 7, [Type C]=Sub Cat 8, [Type C]=Sub Cat 9)
When this slice is used it adds not only the values I want above but it also includes e.g:
[Type B]=Sub Cat 1 as this happens to be a choice picked in the same row as**[Type A]=Sub Cat 1** etc etc etc.
Is there a formula that allows me to slice to show a total sum of:
Type A £ only if [Type A]=Sub Cat 1, [Type A]=Sub Cat 2, [Type A]=Sub Cat 3
Type B £ only if [Type B]=Sub Cat 4, [Type B]=Sub Cat 5 [Type B]=Sub Cat 6
Type C £ only if**[Type C]=Sub Cat 7, [Type C]=Sub Cat 8 [Type C]=Sub Cat 9**
…all in one slice? Ive tried doing all of these as individual virtual columns with valid if set to the above sub categories, then when I tried to make a virtual column adding the values of these it wouldn’t let me.
I understand this is clear as mud but its hard to explain what I mean!!