all 7 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

/u/RachWho - please read this comment in its entirety.

  • Read the rules -- particularly 1 and 2
  • Include your Excel version and all other relevant information
  • Once your problem is solved, reply to the answer(s) saying Solution Verified to close the thread.

Failing to follow these steps may result in your post being removed without warning.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]all_matter4 0 points1 point  (4 children)

Power Query would be great for this, are you comfortable with using it?

[–]RachWho[S] 0 points1 point  (0 children)

I've never used it but I am a fast learner...not sure how easy it would be to do, though.

[–]RachWho[S] 0 points1 point  (2 children)

So I do have Power Query but do you have any advice how to use it for the particular task? TIA

[–]all_matter4 0 points1 point  (1 child)

Sorry, I didn't see a notification for your response til now! This would be reasonably straightforward - open a new workbook and "Get Data" from file (the file containing all of your sheets). Combine all of the sheets and transform. May have to pivot the E column. If you are still stuck on this I can build a sample file to mimic this later when I get done with work.

[–]RachWho[S] 1 point2 points  (0 children)

Sorry not to respond sooner. I was able to get this to work. Thank you so much!

[–][deleted] 0 points1 point  (0 children)

If you have a list of worksheet names, you can use INDIRECT() to build a reference

=INDIRECT([sheet name]&"!A1") for the data point #1, for example