AVE or AVERAGEIF when refrencing another sheet

I have my master sheet set up with a duration column. I've been trying to build a formula on my metrics sheet that will allow me to average the duration column based on who is assigned that purchase order. I've tried two formulas, one using AVE and the other using AVERAGEIF and both return the #UNPARSABLE error.
The first formula I tried is:
=AVERAGEIF({Assigned}:{Assigned}, @cell = [Column2]$20, {Duration}:{Duration})
And the second:
=IF({Assigned}, @cell = [Column2]$20, AVG({Duration}:{Duration}))
I'm using the name as it appears in the contact list on the master sheet, which has been working for other formulas I've created
I'd appreciate any help at all, and if there's any other information I can provide, please let me know.
Best Answer
-
Hey @Galadriel975
Cross sheet ranges do not require the column names to be written twice.
Try this
=AVERAGEIF({Assigned}, @cell = [Column2]$20, {Duration})
Does this work for you?
Kelly
Answers
-
Hey @Galadriel975
Cross sheet ranges do not require the column names to be written twice.
Try this
=AVERAGEIF({Assigned}, @cell = [Column2]$20, {Duration})
Does this work for you?
Kelly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!