Totals From SUMIFS Displaying Incorrectly Within Sheets and Dashboards
Answers
-
Ok. I typically only see this being an issue when dates are involved. I can't say that I've seen it throw off the hour for a specific chunk of time though. We may have to try a few things to see if we can get something working...
So I don't think it is actually showing 1pm. I think that the backend being 3 hours behind (Seattle time zone) is registering the LEN as less than 5 which only pulls in that first digit.
Lets try this in place of the [Created Hour]...
=LEFT([Created Time]@row, FIND(":", [Created Time]@row) - 1)
If this doesn't fix the issue then it will at least help us confirm that that is the actual issue and not something else.
-
This formula worked! I have monitored the way the data pulls in and there is no longer any inconsistency. Data displays correctly now! @Paul Newcome Thank you!!!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!