Forum Discussion

excelnewbie2332's avatar
excelnewbie2332
Copper Contributor
Aug 25, 2022
Solved

Auto insert rows into worksheet from table in another worksheet

Hello,   I have the attached spreadsheet. The Log worksheet is our 'working' worksheet and it pulls data by selecting the (+) button then (in) or (out) arrow - folder is selected and any files or e...
  • HansVogelaar's avatar
    HansVogelaar
    Aug 25, 2022

    excelnewbie2332 

    Thanks. If you have Excel 2021 or 365, enter the following formula in C13:

    =INDEX(Trans,SEQUENCE(ROWS(Trans)),{3,4,6,7,8,9})

    Excel will do the rest for you.

    If you have an older version, select C13:H13, enter the following formula and confirm it with Ctrl+Shift+Enter, then fill down as far as you want:

    =IFERROR(INDEX(Trans,ROWS($C$13:$C13),{3,4,6,7,8,9}),"")

    I have included both in the attached version, in two different sheets.

     

Resources