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
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!