Hi all, I am trying to do an equation that marks a person "active" or "inactive" based on the current date, the person's starting date, and the person's end date. Currently, I am using the equation
=IF(AND(F$2>=$D3,F$2<=$E3),"<wbr>Active","Inactive")
, where F2 is current date, D3 is starting...