Hi Demigods,
I have the following formula as an example in cell F1 of my sheet:
This formula is in every single row of column F to the bottom of the sheet - in this case row 205102.
As you can imagine, it slows down the functionality of the sheet no end, and this type of formula (or a variation of) is repeated in other columns too!
What i'd really like to do, as per google sheets, is put an array formula in F1 and it populates the whole column. Failing that, can someone help me with VBA code to achieve the same?
Any help much appreciated.
Best regards
manc
I have the following formula as an example in cell F1 of my sheet:
Code:
=IFERROR(IF((VLOOKUP(D1,SSCC_bin_H!A:A,1,FALSE))=SSCC_counter_H!D1,"A",""),"")
This formula is in every single row of column F to the bottom of the sheet - in this case row 205102.
As you can imagine, it slows down the functionality of the sheet no end, and this type of formula (or a variation of) is repeated in other columns too!
What i'd really like to do, as per google sheets, is put an array formula in F1 and it populates the whole column. Failing that, can someone help me with VBA code to achieve the same?
Any help much appreciated.
Best regards
manc