AVE or AVERAGEIF when refrencing another sheet

Options
Galadriel975
Galadriel975 ✭✭
edited 05/12/23 in Formulas and Functions

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

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!