Forum Discussion
Get the data from excel when Tab names change dynamically
- 2 years ago
Hi Anonymous
Please refer to the linked tutorial:
https://www.youtube.com/watch?v=JZSdAvGAq_EIf this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
- 2 years ago
Hi Anonymous
Sorry, I don't understand what are tabs, in your picture there are sheets...
The objects that I am familiar with in Excel are a workbook (the file itself)/ sheets/tables/columns.
What of those are dynamic in your case? - 2 years ago
This is exactly the case of the tutorial that I linked...
Reza shows how to handle the changes on the sheet names level. - 2 years ago
Anonymous
If I understand you correctly and you want the column's names changing automatically I in doubt that it is possible.But try to post it as a new question, maybe i am missing something 🙂
Hi,
Sorry I didn't use correct word.
yes it is Sheet(not tab) but the thing is sheet's names are dynamic over time.
As we know, if sheet names change then query doesn't fetch the data.
So I hope to make it to get data by sheet order not by sheet name.
This is exactly the case of the tutorial that I linked...
Reza shows how to handle the changes on the sheet names level.
- Anonymous2 years agoNot applicable
I see, let me thoroughly watch and follow,
Thank you!
- Ritaf19832 years ago
Super User
Happy to help 🙂
- Anonymous2 years agoNot applicable
One more thing pls,
Can we rename the column names as per steet name?
e.g. if sheet name starts 2024 then one of columns to be 2024 blabla,
if sheet name starts 2025 then to be 2025 babla,
Since I renamed manually for all columns to add year number 2024 as data source has very old format which has many of empty column names.
But the thing is year will change and 2024 should be 2025 next year.