Return value if conditions are met

HH_BE1894
✭✭✭✭
I'm working on a project summary report where I want to pull over the {B2B Mktg - Spend} cell of the sheet I'm referencing where the year matches the parent, quarter matches the metric@row and the row level of that other sheet is 1. See the summary snapshot and formula attempt below. What am I missing?
=IF(AND({B2B Mktg - Year} = PARENT(), {B2B Mktg - Qtr} = Metric@row, {B2B Mktg - Level} = 1), {B2B Mktg - Spend}, " ")
Tags:
Answers
-
@HH_BE1894 So an IF doesn't do any match for you, and what your IF TRUE is bringing back is an array. I would recommend you use an index match instead of just an if.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 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!