I have the following formula's on shets16 onwards in Col 1
I would like a macro to insert the first formula in Col I row 25 and copy this up to row 98 from sheet16 to the last sheet
I would like a macro to insert the first formula in Col I in row 100 and copy this up to row 200 from sheet16 to the last sheet
Your assistance is most appreciated
Code:
=IF(A25="","",VLOOKUP(A25,'New'!A:AL,COLUMNS($A:AL),FALSE))
=IF(A100="","",VLOOKUP(A100,'Used'!A:AQ,COLUMNS($A:AQ),FALSE))
I would like a macro to insert the first formula in Col I row 25 and copy this up to row 98 from sheet16 to the last sheet
I would like a macro to insert the first formula in Col I in row 100 and copy this up to row 200 from sheet16 to the last sheet
Your assistance is most appreciated