I have Ship Date and Pickup Date fields and want the Current Month field (checkbox) to check if either Ship Date or Pickup Date is in the current month. The Ship Date is empty when the Pickup Date field has a date and vice versa.
This formula returns #Invalid Data Type when the Ship Date is empty: IF(AND(MONTH(TODAY()) - MONTH([Ship Date]@row) = 0, YEAR(TODAY()) = YEAR([Ship Date]@row)), 1, IF(AND(MONTH(TODAY()) - MONTH([On-Site Pickup Date]@row) = 0, YEAR(TODAY()) = YEAR([On-Site Pickup Date]@row)), 1, ""))
Thanks for your help!
Lori Flanigan