Hello!
I'd like to create columns in my spreadsheet that would give me 'month last year', 'month this year'. I have a date column in my data.
Tried using formula tool, getting error about not enough parameters for the function.
Month this year (attempted, got error): if ([Date] = Max([Date])) THEN [Volume] ELSE "0" ENDIF
Month Last year (have not attempted)
Seeing if someone may know how to fix.
Thanks
Tim