IFERROR(AVERAGEIF(REFERENCE ANOTHER SHEET
Hi all,
Looking for some help on a formula that I keep getting an error.
I am looking to populate the average % into a breakout summary sheet by referencing multiple columns from the master sheet, but only if the Master QTR column contains a specific quarter (i.e. Q1).
I was able to figure out how to populate the average using =IFERROR(AVG({Front End}), "Compliant"), but cannot figure out how to add the QTR portion in without getting #unparseable.
Best Answer
-
Try somethgin like this:
=IFERROR(AVG(COLLECT({Front End}, {Quarter}, @cell = "Q1")), "Compliant")
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Answers
-
Hello @Kenny T. ,
Have you tried, =IF(QTR@row = "Q1", IFERROR(AVG({Front End}), "Compliant"), "Not Q1")?
-
Just did, I get an #invalid operation error
-
Try somethgin like this:
=IFERROR(AVG(COLLECT({Front End}, {Quarter}, @cell = "Q1")), "Compliant")
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
You're amazing, thanks!
-
Happy to help. 👍️
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
@Paul Newcome I have to commend you on your expertise, whenever I go to the community for help, I only look at ones where you weigh in and look straight to your comments!
I am teaching myself how to use Smartsheet, so you're formula brain is amazing and something I aspire to have haha. Any chance you might be able to help me out with this question https://community.smartsheet.com/discussion/104413/if-vlookup-index-match-collect/p1?new=1
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!