Skip to main content
Question

How can I merge identical sheets in excel to 1 table with diffent colomns?

  • April 28, 2020
  • 4 replies
  • 14 views

karelatvmm

Hello,

I have a excel with al lot of sheets per region (500 different names). All have the same form.

On each sheet in different rows, I have measurements for each day. (Timestamp : 365 d)

The name is in the sheet (yellow) and also in the sheetname (tab).

Now I want a table where for each day, I have a new colomn per region.

Example for 3 regions is attached, also how the result should look like.

Thanks for any tip!

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

ebygomm
Influencer
Forum|alt.badge.img+46
  • Influencer
  • April 29, 2020

Does it need to be dynamic, or can you manually import the list of names to expose?

If you need to do it dynamically it's a bit more complex

merge_sheets.fmwt

merge_sheets_dynamic.fmwt


karelatvmm
  • Author
  • April 29, 2020

Does it need to be dynamic, or can you manually import the list of names to expose?

If you need to do it dynamically it's a bit more complex

merge_sheets.fmwt

merge_sheets_dynamic.fmwt

I should be able to make a list of all the sheetnames. So not dynamic I think.


ebygomm
Influencer
Forum|alt.badge.img+46
  • Influencer
  • April 29, 2020

I should be able to make a list of all the sheetnames. So not dynamic I think.

I've amended the answer to include an example


karelatvmm
  • Author
  • April 29, 2020

Does it need to be dynamic, or can you manually import the list of names to expose?

If you need to do it dynamically it's a bit more complex

merge_sheets.fmwt

merge_sheets_dynamic.fmwt

Thanks is exactly what I needed !! SUPER! Having fun with FME !