conditional totals per column
Hi all
Hoping I can find some help on this formula, Trying to figure out how to create sum totals of PO value column at the top of each of the first 3 columns (FERG JOB #, FVLV#, JOB SHOP #) if information is present in those cells. contingent on any of the items in the drop down list from PO/SDR down being selected.
Any help would be greatly appreciated! IF any further information is need please let me know and I will answer to the best of my limited abilities. lol, Thank you
Answers
-
You can use separate cell formulas for each column.
FERG JOB # Column
=SUMIFS([PO Value]:[PO Value], status:status, "PO/ SDR")
FVLV # Column
=SUMIFS([PO Value]:[PO Value], status:status, "PO/ SDR", [FVLV #]:[FVLV #], <>"")
Job Shop # Column
=SUMIFS([PO Value]:[PO Value], status:status, "PO/ SDR", [JOB SHOP #]:[JOB SHOP #], <>"")
Make sure the status criteria matches exactly with what is in the drop down option.
Sincerely,
Jacob Stey
-
How would I add in another selection in addition to PO / SDR, How would I add that to the formula?
-
Which column would you like to add an additional filter to the sumifs function?
Sincerely,
Jacob Stey
-
so iif the status is one PO / SDR or Submitted or Approved they are all added together
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 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!