Currently have a field in my sheet summary with this formula:
=COUNTIFS(Finish:Finish, <=TODAY(+14), Finish:Finish, >=TODAY(), [Helper Parent Column]:[Helper Parent Column], <>"", Status:Status, <>"Complete")
I would like to add if the Status is "Not Needed". How do I modify the formula?