Hi Guys
I have this array fomula I am using to count unique values on certain dates. It is dynamically connected to a date cell. When I change the date cell the sheet take a very long time to calculate.
I was looking for suggestions as to how I may speed up the calculation time. I have pasted the formula help.Any help will be greatly appreciated.
SUM(IF(PmtDate=D$9,IF(FREQUENCY(IF(LEN(SecID)>0,MATCH(SecID,SecID,0),""),IF(LEN(SecID)>0,MATCH(SecID,SecID,0),""))>0,1),0))
I have this array fomula I am using to count unique values on certain dates. It is dynamically connected to a date cell. When I change the date cell the sheet take a very long time to calculate.
I was looking for suggestions as to how I may speed up the calculation time. I have pasted the formula help.Any help will be greatly appreciated.
SUM(IF(PmtDate=D$9,IF(FREQUENCY(IF(LEN(SecID)>0,MATCH(SecID,SecID,0),""),IF(LEN(SecID)>0,MATCH(SecID,SecID,0),""))>0,1),0))