Question:
I wanted to see if there is a possibility to reference the begin date to end date from another cell instead of inside the formula. MY attempts to use a reference to another location has failed.
For Example:
DATE([8]1) instead of DATE(2024, 12, 31)
Syntax I am using.
=SUMIFS({GL Datasheet_Amount}, {GL Datasheet_Project#}, [2]@row, {GL Datasheet_ClosedDate}, >=DATE(2024, 1, 1), {GL Datasheet_ClosedDate}, <=DATE(2024, 12, 31), {GL Datasheet_GL}, HAS(@cell, [7]2)) + SUMIFS({599940 Agency Spent_Amount}, {599940 Agency Spent (Closed) Range 1}, [2]@row, {599940 Agency Spent (Closed)_PayApprovalDate}, >=DATE(2024, 1, 1), {599940 Agency Spent (Closed)_PayApprovalDate}, <=DATE(2024, 12, 31))