I am trying to create a formula to read a beginning, End, and Activation date to determine if an award is Funded, Funded and Active, or Expired/Closed. I am able to have formula determine and return a status of Funded and Expired. I am having an issue combining If statement with ISBLANK and AND formula to return the Funded-Active or Funded-Not Active. This is the formula I have so far & Screen shot of my Sheet columns.
IF(AND([Project Start Date]@row >= DATE(2018, 7, 1), [Project End Date]@row >= TODAY()), "Active",
Thank You
Kelly