0

All my rows have the same formulas. I want it to be copied to the newly added rows automatically. Sheets provide us with 1000 rows initially and an another 1000 or so can be added subsequently as per requirement. I want sheets to automatically copy paste formulas to the newly added row.

3
  • 1
    You may want to consider the use of Arrayformula() instead of single-cell formulas. If you need more help, please share a copy of you spreadsheet. Commented May 22, 2019 at 5:42
  • docs.google.com/spreadsheets/d/… Commented May 22, 2019 at 6:02
  • Can arrayformula be used along with vlookup function also ? if yes, how is the syntax modified ? Commented May 22, 2019 at 6:05

1 Answer 1

2

I couldn't edit the sheet (because of protection on the sheet) but try clearing out alll contents of column T and then enter in T1

={"SPOT SURVEYOR'S MOBILE NO"; Arrayformula(if(len(S2:S), IFERROR(vlookup(S2:S,$EE$2:$EO,5,0)),))}

and see if that works?

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.