Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I need help, I have this pivot table:
Fig.1:
The column A : count(distinct id) and It's correct.
The column B is wrong :
Fig.2:
The column B must be (red bold):
greetings thank you very much
Valentina
1,2,3 in column 'Risposta' are string and the column A is: count(id) and not the sum of 'Risposta'.
the column B must be the partial sum of count(id).
Could you give same sample data?
A:count(Id)
B:Count(Total<Mese> Distinct Id)
B is not correct.
the result must be :
=aggr(nodistinct count(distinct Id), Domanda, Mese)
B:Count(Total<Domanda, Mese> Distinct Id)
Perfect