Copy Rows and paste into an existing excel file with existing layout

I think basically you have three options.

  • Export the data to a separate Excel sheet and use Excel references like lookup to bring the data to your table
  • Bring the data together in KNMIE the way you want them and Export them. Downside no Formulas
  • Use Python to manipulate an existing Excel File or write formulas to cells

Or a combination

Python Excel Drop Down

Python Excel manipulation

4 Likes