Hi - using Excel for Mac and have a large volume of data (40k records) - col A is customer name and col B is policy type.
To count how many customers have (say) 3 policies I was previously told to use:
To count how many customers have three policies,
=SUMPRODUCT(--(COUNTIF(A2:A40000,A2:A40000)=3))/3
This works with small amounts of data but when applied to my 40k records - it just returns a 0 (and calculate is still showing at the bottom) - forcing a recalc doesnt do anything either
Is it just my volume size that is the problem - is there another formula I can use - or do I need to ask for VBA help?
Thanks for any replies - I appreciate the help
A
To count how many customers have (say) 3 policies I was previously told to use:
To count how many customers have three policies,
=SUMPRODUCT(--(COUNTIF(A2:A40000,A2:A40000)=3))/3
This works with small amounts of data but when applied to my 40k records - it just returns a 0 (and calculate is still showing at the bottom) - forcing a recalc doesnt do anything either
Is it just my volume size that is the problem - is there another formula I can use - or do I need to ask for VBA help?
Thanks for any replies - I appreciate the help
A