Dear Experts,
I have following type of data.
I am looking for an easy option to plot line charts for each row (Names - Months). If there are 3 rows, I want 3 different graphs. I have tried sparklines but it didn't suite my needs.
Any non-VBA solution will be much appreciated.
Thanks.
I have following type of data.
Names | Jan-2021 | Feb-2021 | Mar-2021 |
---|---|---|---|
John | 55 | 65 | 70 |
Peter | 1050 | 2070 | 1500 |
Hyde | 8 | 7 | 3 |
Any non-VBA solution will be much appreciated.
Thanks.