saidhruv
Member
Hello All,
Can i request for a VBA to auto-populate Formula within specific cells?
Formula and Column address are fixed, however i have around 200 files which has same column and same formula to be applied. Hence if a macro is available, it can be run each time i open the file so as to insert formulas.
Sheet Name: LAB
Column N:3 to N:102
Formula: =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(M3, "⋅ ", "⋅"), "⋅", "⋅ "), "' ", "'"), "' ", "'"), "'", "' ")
Sheet Name: LAB
Column AC:3 to AC:102
Formula: =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(AB3, "⋅ ", "⋅"), "⋅", "⋅ "), "' ", "'"), "' ", "'"), "'", "' ")
Sheet Name: LAB
Column AR:3 to AR:102
Formula: =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(AQ3, "⋅ ", "⋅"), "⋅", "⋅ "), "' ", "'"), "' ", "'"), "'", "' ")
Sheet Name: LAB
Column BG:3 to BG:102
Formula: =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(BF3, "⋅ ", "⋅"), "⋅", "⋅ "), "' ", "'"), "' ", "'"), "'", "' ")
Sheet Name: FINAL (attaching the excel that has the formula that is always required in this sheet).. Note: Please name A1:I1 to A100:I100 as RANGE
regards..
Can i request for a VBA to auto-populate Formula within specific cells?
Formula and Column address are fixed, however i have around 200 files which has same column and same formula to be applied. Hence if a macro is available, it can be run each time i open the file so as to insert formulas.
Sheet Name: LAB
Column N:3 to N:102
Formula: =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(M3, "⋅ ", "⋅"), "⋅", "⋅ "), "' ", "'"), "' ", "'"), "'", "' ")
Sheet Name: LAB
Column AC:3 to AC:102
Formula: =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(AB3, "⋅ ", "⋅"), "⋅", "⋅ "), "' ", "'"), "' ", "'"), "'", "' ")
Sheet Name: LAB
Column AR:3 to AR:102
Formula: =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(AQ3, "⋅ ", "⋅"), "⋅", "⋅ "), "' ", "'"), "' ", "'"), "'", "' ")
Sheet Name: LAB
Column BG:3 to BG:102
Formula: =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(BF3, "⋅ ", "⋅"), "⋅", "⋅ "), "' ", "'"), "' ", "'"), "'", "' ")
Sheet Name: FINAL (attaching the excel that has the formula that is always required in this sheet).. Note: Please name A1:I1 to A100:I100 as RANGE
regards..