SUMIF ?
Can someone help with the correct formula for the following: I need the JO Volume column sum if the PO Forecast Month column is marked 01-January. Below is what I have so far, but it is not working. I appreciate the help - thank you!
=SUMIF([JO Volume]1:[JO Volume]40, [PO Forecast Month]1:[PO Forecast Month]40, "01-January")
Best Answer
-
@jelfner Your formula for a SUMIF is out of order.
for SUMIF, it is RANGE, CRITERIA, SUM_RANGE
Try this...
=SUMIF([PO Forecast Month]1:[PO Forecast Month]40, "01-January",[JO Volume]1:[JO Volume]40)
Answers
-
@jelfner Your formula for a SUMIF is out of order.
for SUMIF, it is RANGE, CRITERIA, SUM_RANGE
Try this...
=SUMIF([PO Forecast Month]1:[PO Forecast Month]40, "01-January",[JO Volume]1:[JO Volume]40)
-
Thank you so much! That worked perfectly. I really appreciate your quick help!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!