The data I'm tracking is in Column G through DC or DD. I have this array formula that I establish in Column C and it covers my data through Column DY (an overkill to cover my bases). Each month I add 8 or 9 columns to the right of column DC (golf play dates) and remove the same month from Column G Through O. This gives me 12 months of play date information. What I have run across is, as I add and remove the columns, EXCEL adjust the formula and no longer keeps the original right most column. Previous formula went to Column DY
Is there a way to freeze the formula in Column C or can I use VBA to reestablish the original "Array" formula in rows 7 through 101?
=SUM(IF(ISNUMBER(SEARCH({0;1;2;3;4;5;6;7;8;9},F7:DR7)),1,0))
.
.
.
=SUM(IF(ISNUMBER(SEARCH({0;1;2;3;4;5;6;7;8;9},F101:DR101)),1,0))
Your thought will be appreciated.
Regards,
Tom
Is there a way to freeze the formula in Column C or can I use VBA to reestablish the original "Array" formula in rows 7 through 101?
=SUM(IF(ISNUMBER(SEARCH({0;1;2;3;4;5;6;7;8;9},F7:DR7)),1,0))
.
.
.
=SUM(IF(ISNUMBER(SEARCH({0;1;2;3;4;5;6;7;8;9},F101:DR101)),1,0))
Your thought will be appreciated.
Regards,
Tom