How do you use the MAX function? I am trying to write the following formula but am getting an error saying there are not enough parameters for MAX:
IF ([Pay Period]+26) = MAX([Pay Period]) THEN [Sum_Double_Time] ELSE 0 ENDIF
In other words, I have two week pay periods for all of 2017 and 2 for 2018. I need to match the pay period from 2018 to the corresponding pay period in 2017 and return a value. I'm creating a new column with only values in my data set that match the period. How do you use the MAX function in order to do this?
Thank you