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
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!