Formula Help
Hello! I am having some trouble writing a formula.
I need to do the sum of Column A, if Column B = "x", but only if Column C is NOT blank.
I'm using a calculations sheet to pull data from a larger sheet and the current calculation I have is
=SUMIFS({Column B}, [Primary Column]@row, {Column A})
My [Primary Column]@row = "x" which is used on my calculations sheet. Im having trouble incorporating Column C NOT blank.
Thanks in advance!
Answers
-
Try:
=SUMIFS({Column A}, {Column B}, "X", {Column C}, NOT(ISBLANK(@cell)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!