Help
Rae_Groshan
4 - Data Explorer
4 - Data Explorer
since ‎Aug 04, 2021
‎Nov 29, 2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have a table where I am tracking employee trainings. I have this formula to output whether the staff member is up to date on a certain training: IF({Days} = BLANK(), “Overdue”, IF({Days} > {Max # of Days (from Training)}, “Overdue”, “Up to Date”)) ...
Hello! I am working on writing a formula, and running into a few issues. To preface, I am tracking employee trainings in this database. We have 3 trainings that expire. 2 expire after 2 years and 1 after 4 years. I am trying to write an if/then state...