Calculation Sheet formula needed
I have an existing Calculation sheet that pulls "linked" information from pivots. I want to simplify and replace with formulas instead from a couple different sheets. (1st Sheet Name: "Migration Grid 03.29.23")
Columns In Reference - Key below:
"Stars Team" = "MS", IV, etc.
"Ident $" = dollars
"IMP $" = dollars
"Valid $" = dollars
"Actual IMP Date" = (format 12/01/23) Include only those with a DATE (no blanks) from 12.01.23 to current
"Status" = Include: "Active", "Completed", "Validated"
"Type" = Exclude "Cost Avoidance" and "Optimization"
I need a formula for my Calculation sheet:
- to show the total dollars under "Ident $" for initiatives with a "Stars Team" that is "MS", and only with an "Actual IMP Date" stamped from 12.01.23 to current, and with a "Status" of "Active", "Completed", and/or "Validated", and Exclude the "Type" with "Cost Avoidance" and "Optimization".
Answers
-
That would look something like this:
=SUMIFS({Ident $}, {Stars Team}, @cell = "MS", {Actual IMP Date}, @cell >= DATE(2023, 12, 01), {Status}, OR(@cell = "Active", @cell = "Completed", @cell = "Validated"), {Type}, AND(@cell <> "Cost Avoidance", @cell <> "Optimization"))
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!