I am trying to get the dollar value from the "Proejct Amount" column base on the dates in the "Go Live Date" column.
Ex: I want to summarize the project value of all projects in 2022 and 2023 separately so that I can add the summaries in a dashboard.
The forumla I have tried is:
=COUNTIFS([Project Amount]:[Project Amount], =>=01/01/22", [Go Live Date]:[Go Live Date], =<=12/31/22", [Project Amount]:[Project Amount])
Any help is much appreciated! This is driving me BONKERS!!!