Is there a way to set the value of a dropdown in Column A from a formula in Column B? This is my formula;
Column A = Status3
Column B = Expiration Date
=IF([Expiration Date]3 > TODAY(), Status3 = "In Force", Status3 = "Pending")
It gives me #INVALID COLUMN VALUE error message in Column B
Any help would be appreciated.