Hi All,
I am trying to create a formula within a dropdown column that automatically marks a column as declined, if it meets the following criteria:
Days since request = < =7
Type of request = "Day Switch"
I have tried a few variations of the following and nothing seems to work,
=IF([Days Since Submission]@row, <=7, [Type of Absence Request (FT)]@row, "Day Switch", "Declined"))
I was also thinking i could add a count ifs column beside it and if it counts 1, then declined. thoughts or suggestions?