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
- 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!