Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
SUMIF across multiple columns
Comments
-
Hi Hugh,
The columns should have numbers in them if you're going to sum them, but you can sum across a range of columns by including the first and last column in your range:
=SUMIF(Price:Quantity, 1)
If your columns aren't contiguous, you can sum them by separating them with a SUMIFS:
=SUMIFS(Price:Price, Quantity:Quantity, >25, [Order Volumn]:[Order Volumn], Quantity:Quantity, >25)
More on building formulas is in our help center: https://help.smartsheet.com/articles/2476171-create-and-edit-formulas-in-smartsheet
-
Actually, you might have to add SUMIF formulas together, as a SUMIFS will only count when all criteria are met:
=SUMIF(Price:Price, 1) + SUMIF(Quantity:Quantity, 1)
EDIT: You might need to do this if your columns aren't contiguous.
-
Thanks Shaine
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives