Hi All,
Hoping to get a community help on the following question.
I have a macro that pulls the information from different confluence pages into one table on single page. Table has columns: Project | Month | Allocated Hours. The entries come to the master table in unordered way, i.e. I can have entry for March, then for February below, then for March again etc.
Now the goal is to present the data from this table in a chart grouped per month, but the issue that I have is that the months are showing in random order in the chart (see screenshot below). The "Month" column is just a text string, so when I try to update my SQL query in the macro, it groups by Month column in alphabetical order.
Question: is there a way to go around it and have the month column sorted in chronological order as in January, February, March, April etc..? TIA!
