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 Anonymous
Please refer to the linked tutorial:
https://www.youtube.com/watch?v=JZSdAvGAq_E
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
- Anonymous2 years agoNot applicable
Hi, sorry but It's not about my question.
Multiple sheets are already applied, I need to apply dynamic Tabs which's name change.
- Ritaf19832 years ago
Super User
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?- Anonymous2 years agoNot applicable
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.