
Hello,
I am trying to aggregate the above data by Group and sum of Number column and it should exclude the ESOP row when summarizing.
Output should be:
A new column to be created, and on row #5, the value would be 18/(5+6) i.e 18/11
and on Row #9, it would be 6/3
I tried using the summarize column but unable to filter to exclude the ESOP row when summarizing
the below pic shows the o/p expected
