Hello,
I am trying to count occurences of a combination of 3 columns. The formula I have counting them is "=SUMPRODUCT(($F$2:$F2=$F2)*($L$2:$L2=$L2)*($N$2:$N2=$N2))". So this counts the unique occurences of these three values in this row from row 2 up to this particular row. However since I am working with 18,000+ rows, having this formula slows down the file considerably. What I am trying to do then is to turn this into VBA code that will run all of the calculations and then put the values into the columns instead of the formula.
Thank you!
I am trying to count occurences of a combination of 3 columns. The formula I have counting them is "=SUMPRODUCT(($F$2:$F2=$F2)*($L$2:$L2=$L2)*($N$2:$N2=$N2))". So this counts the unique occurences of these three values in this row from row 2 up to this particular row. However since I am working with 18,000+ rows, having this formula slows down the file considerably. What I am trying to do then is to turn this into VBA code that will run all of the calculations and then put the values into the columns instead of the formula.
Thank you!