0

I have a matrix which works nicely. I want to add a row total but exclude data from one column within the column group.

So if my column group has columns for Development, Software, Data Quality and Valid, I want to total only the first three columns and not the "Valid" column.

How can i exclude a column from the total?

iainc
  • 862
  • 6
  • 20

1 Answers1

0

You can utilise "reportitems" to calculate this total value, see attached example: enter image description here

SuperSimmer 44
  • 964
  • 2
  • 7
  • 12