Sumifs not working when referencing another sheet
Can someone tell me what I'm doing wrong? This formula doesn't want to work when I'm referencing another sheet.
=SUMIFS({VI FTE Needs}, {VI Start Date}, >=DATE(2023, 1, 1), {VI End Date}, <=DATE(2023, 1, 31), {VI Project Status}, <>"Closed")
Thank you in advance!
Answers
-
Try "@cell" front of your criteria
@cell >=DATE(2023, 1, 1)
-
I tried that in front of all 3 and I'm still getting a 0 and I should be getting a 1.26. My formula's seem to be working when I'm within the same sheet but when I reference another sheet like I'm trying to do it fails.
-
I'm trying to create a Metric Sheet so that I can put some graphs in a dashboard with the information.
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!