Forum Discussion
jamiesonc
5 years agoNew Member
Monthly Growth
Hi all, I'm trying to display year-on-year growth for a dataset that has monthly data as below My goal is to display the data like this: Where the top chart is the monthly FYP for ...
- 5 years ago
TODAY() will give you a date. YEAR(TODAY()) will give the current year. Is that what you want?