SUM DISTINCT Cross Reference Sheet
Hello,
I'm attempting to perform a sum on a value from another sheet. We've got multiple teammates that charge to varying different funding sources, but I want to sum based on the funding source type. I've attempted to use the formula below, but I'm getting an Invalid Data type. I've checked the source and target columns to make sure they're 'Text/Number' columns, but no luck. Any advice is appreciated.
=SUM(DISTINCT({FY Forecasts Funding Source}, {FY Forecasted Spend}, "funding source type"))
Best Answer
-
@Adam Murphy I can't express my gratitude for the help. As you can probably guess I'm only recently ramping up my Smartsheet skills. I seem to get stuck on the simply bits…
Used what you suggested but it returned $0.00, so I tried this and got some results back (this goes to your assumption which was reversed):
=SUMIF({FY Forecasts Funding Source}, "SDMP", {FY Forecasted Spend})You rock! Appreciate the assist!
Answers
-
Hi Jason, try =SUMIF({FY Forecasted Spend}, "funding source type", {FY Forecasts Funding Source}) which assumes that FY Forecasted Spend would contain "funding source type" and FY Forecasts Funding Source would contain the value you want to add. Hope this helps!
-
@Adam Murphy I can't express my gratitude for the help. As you can probably guess I'm only recently ramping up my Smartsheet skills. I seem to get stuck on the simply bits…
Used what you suggested but it returned $0.00, so I tried this and got some results back (this goes to your assumption which was reversed):
=SUMIF({FY Forecasts Funding Source}, "SDMP", {FY Forecasted Spend})You rock! Appreciate the assist!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!