Formula works on original sheet but not when data is referenced on another sheet.

Hi there.
I have a formula that works perfectly on the sheet that contains all of the original data. I have another sheet, which I use to reference several sheets, so that my dashboard only pulls from one sheet. When I transfer the working formula to this "dashboard source sheet," and update the references, the formula doesn't work.
The formula is intended to sum the design hours for all projects designated as "new," when the project was completed in the current fiscal year (between 7/1/2024 and 6/30/2025).
Are you able to identify where I'm going wrong? I've tried everything I can think of, but I can't get anything other than "unparseable."
Formula that is working:
=SUMIFS([Design Hours]:[Design Hours], [Date Completed]:[Date Completed], >=DATE(2024, 7, 1), [Date Completed]:[Date Completed], <=DATE(2025, 6, 30), [New or update?]:[New or update?], "New")
Formula that is not working:
=SUMIFS({Form Responses Design Hours}:{Form Responses Design Hours}, {Form Responses Date Completed}:{Form Responses Date Completed}, >=DATE(2024, 7, 1), {Form Responses Date Completed}:{Form Responses Date Completed}, <=DATE(2025, 6, 30), {Form Responses New or Update}:{Form Responses New or Update}, "New")
Thank you for the help.
Best Answer
-
A {Cross Sheet Reference} is the range.
You should use
{Range}
not
{Range}:{Range}
Answers
-
I just tried deleting and re-adding all of the references. That didn't change anything.
-
A {Cross Sheet Reference} is the range.
You should use
{Range}
not
{Range}:{Range}
-
That did it — thank you, Paul!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 451 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!