Skip to main content

If Date is passed, check the other column

  • March 21, 2019
  • 2 replies
  • 50 views

Hello!

Could you help me with a formula? We’d like to archive everything with a date in the past. Right now, we’re checking a box that then causes the entry to filter out. Is there a way to automate this? I was thinking an If statement (If the publication column’s date is prior to the current date, check the archive column), but I can’t figure out the exact language.

Thanks!

2 replies

  • Author
  • Participating Frequently
  • March 21, 2019

I figured it out myself!

IF({Gate Issue Date}< TODAY(), “Archive”, “Current”)

Then filter out “archive”


Justin_Barrett
Forum|alt.badge.img+21

I figured it out myself!

IF({Gate Issue Date}< TODAY(), “Archive”, “Current”)

Then filter out “archive”


You could even do this without a formula. Create a filter where {Gate Issue Date} is on or after today, and you can nix the formula field entirely.