Hi all,
I have an formula today that I use to calculate the FY week number. The problem is that with my table, 80k+ rows and expanding, this is a very slow process.
Does anyone have an suggestion on how to speed up this formula?
I have an formula today that I use to calculate the FY week number. The problem is that with my table, 80k+ rows and expanding, this is a very slow process.
Does anyone have an suggestion on how to speed up this formula?
Code:
[COLOR=#333333]=WEEKNUM(A2,1)-26+IF(MONTH(A2)<7,52,0)[/COLOR]