Formula is changing after a date sort
Once my data is in the appropriate cells I want to perform a sort by Due Date. When I do this
the formula
=SUMIF($Equipment5:$Equipment171, "VUTEK", $Tue5:$Tue171)
Changes to
=SUMIF($Equipment16:$Equipment171, "VUTEK", $Tue16:$Tue171)
Thus not including any data from rows 4 thru 15.
I have locked the row with the formulas but does not work.
Comments
-
Without seeing the organization of your data, here's some tips:
Sorting will mess up references.
If you have Absolute References ($Column$Row) then if the row is not first or last, the range will shrink.
Try either:
1. Using the whole column
=SUMIF(Equipment:Equipment, "VUTEK", Tue:Tue)
2. Using hierarchy and summing the children
=SUMIF(CHILDREN(Equipment4), "VUTEK", CHILDREN(Tue4)
(assuming row 4 is the parent)
I hope this helps.
Craig
-
Check out the @row feature.
https://help.smartsheet.com/articles/2476491-create-efficient-formulas-with-at-cell#row
Craig
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives