Sum if the same cell contains two answers
=SUMIFS({MASTER - Payroll Entry Log Sheet Range 1}, {MASTER - Payroll Entry Log Sheet Range 4}, [0005 - Revenue Earned]7, OR([005A - Revenue Earned]7))
What am I doing wrong?
Answers
-
Hey @Samuel Dowdy Jr
Just a minor tweak to get it working. The OR is out of place.
=SUMIFS({MASTER - Payroll Entry Log Sheet Range 1}, {MASTER - Payroll Entry Log Sheet Range 4}, OR([0005 - Revenue Earned]7, [005A - Revenue Earned]7))
Unless you need to call out row 7 specifically, I strongly encourage you to use @row in place of 7
=SUMIFS({MASTER - Payroll Entry Log Sheet Range 1}, {MASTER - Payroll Entry Log Sheet Range 4}, OR([0005 - Revenue Earned]@row, [005A - Revenue Earned]@row))
cheers,
-
=SUMIFS({MASTER - Payroll Entry Log Sheet Range 1}, {MASTER - Payroll Entry Log Sheet Range 4}, OR("005A - Service (San Antonio)", "0005 - Service"))
This is what I'm using and Im geting an invalid operation. Can you help?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 446 Global Discussions
- 144 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!