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")
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")
-
You're amazing, thanks!
-
Happy to help. 👍️
-
@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
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!