Anybody shed some light on Excel formula "IF".
I have two columns: "Date Trained" and "Current". The end state is to have "Current" populate with True/False if the date entered in "Date Trained" is over a year old.
I was working with this: IF(A2<=TODAY()-365, TRUE, FALSE))
Thoughts?
I have two columns: "Date Trained" and "Current". The end state is to have "Current" populate with True/False if the date entered in "Date Trained" is over a year old.
I was working with this: IF(A2<=TODAY()-365, TRUE, FALSE))
Thoughts?