Newbie to monday.com, here. Can someone help me figure out an automation or formula to make this work?
Baseline info:
Rows:
Hire Date
90 day eval
6 month bonus
12 month bonus
Columns:
Date
Time Frame (Dropdowns include 90 days, 6 months, 1 year, n/a)
Dependent on (Hire Date)
Formula
I would like the formula to return, in the 90 day eval row, the date that is 90 days from the date in the Hire Date row. I created the Time Frame dropdowns so I could exclude this formula from applying to anything other than the date value I need. I will need to also create (and combine) formulas for the 6 month and 12 month lines.
So, if the dropdown value in Time Frame is “90 days”, AND Dependent On is the “hire date” row, THEN populate the Date with a date 90 days from the date reflected in the Date field on the New Hire row.
Maybe I need to specify something more clearly in the Dependent On row, so it knows to look at the date? I’m absolutely confused.
Here are a few formulas I have tried with no luck:
IF(AND({Date})>0,{Time Frame#Labels},“90 days”),(ADD_DAYS({Date},90))
IF({Time Frame#Labels},“90 days”),(ADD_DAYS({Date},90),“”)
IF({Date}),AND({Time Frame#Labels},“90 days”),(ADD_DAYS({Date},90),“”)
Hopefully there’s a Monday genius out there who can help me figure this one out. Thanks much!