Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am having an issue where my expression only calculates if I use the text form of the month {Jul}, but when I select multiple months I cannot get a function that gives me the max(Month) in the form of text, only the output 7. Is there a way to get the max month to appear in text form?
I have tried a handful of functions and variables, but any help would be appreciated.
Thanks,
Craig
=Date(Date#(Max(Month),'MM'),'MMM')
seems to do the trick.
Jason
Thanks a lot, I really appreciate it!