I have a formula that reads:
=IFERROR(IF(A6<>"",TEXT(A6-DATE(YEAR(A6),1,0),"000")&"-"&TEXT(COUNTIF(A$2:A6,A6),"000"),""),0)
If i multiply this formula in row b all the way down to the last row, the excel sheet will slow down.
Is there a way to make this formula a VBA script to negate that issue? Thanks!
Bookmarks