I have to use excel for something I am doing at work at the moment, pain in the arse but I have no choice.
I count and sum up quite a lot with arrays at the moment.
For example
={SUM((A1:A1000="B")*(B1:B1000="C")*(C1:C1000="D") )}
The problem occurs though when I only want C1:C1000 to count unique values.
I can count unique in one column s using
={SUM(N(FREQUENCY(A1:A1000,A1:A1000)>0))}
but I can't see a way to link the two. Any of you guys have a suggestion, other then for me to do it another way?
I count and sum up quite a lot with arrays at the moment.
For example
={SUM((A1:A1000="B")*(B1:B1000="C")*(C1:C1000="D") )}
The problem occurs though when I only want C1:C1000 to count unique values.
I can count unique in one column s using
={SUM(N(FREQUENCY(A1:A1000,A1:A1000)>0))}
but I can't see a way to link the two. Any of you guys have a suggestion, other then for me to do it another way?
Comment