SUMIF failure

I'm trying to improve a labor intensive process (40+ spreadsheets that do not interact) to calculate a a weekly production metric by Examiner. Basic workflow is that Examiners enter time worked in various categories daily, then once a week production numbers are added and the metric will be calculated. I created the sheet with a form for the Examiners to add hours and that works fine, however, I am stuck on what seems like a simple formula. Please see the screen capture for a better visual.
=SUMIF([process time]:[process time], weeknumber:weeknumber = weeknumber@row)
Best Answer
-
I think that this should work ....
=SUMIF(weeknumber:weeknumber, = weeknumber@row,[process time]:[process time])
Sumif is a little backwards to me as the range to sum is actually at the end.
Let me know if this works
Answers
-
I think that this should work ....
=SUMIF(weeknumber:weeknumber, = weeknumber@row,[process time]:[process time])
Sumif is a little backwards to me as the range to sum is actually at the end.
Let me know if this works
-
Kimberly: That was it! You are 100% correct that SUMIF seems backwards and I know I've made this mistake before, however, I couldn't see it for the life of me this morning. Thanks so much! 😀
-
@Marvin Daniels you are welcome 😁
I completely understand I only recently got it in my head that SUMIF is different.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!