I'm sure that this is an easy fix but I've tried a bunch of different ways and can't get this to work. I need to get the max date from a sheet to feed it into my meta data sheet (dates are stored in date columns) based on whether the status is 1 of 2 values (Draft or "Submitted for Approval"). I've tried with the contains but just not working.
This is the formula I'm using. It works with one value, Draft. I need to say give me the value if it is Draft or Submitted for Approval. Thanks for the help.
MAX(COLLECT({ReportAsOf}, {RepStatus}, "Draft"))