Formulas Question - Referencing Another Sheet
Good morning,
I am trying to pull calculate an average from data being pulled from another sheet. I want to be able to calculate the average duration, by month of completed projects.
I basically want to say what is the average of the duration fields if the phase is completed and the end date column is in the month of January and the year 2022.
What is the easiest way to do this every way I try to end up with an error.
Thank you,
Tiffany
Answers
-
You are going to need an AVG/COLLECT.
=AVG(COLLECT({Duration Column}, {Phase Column}, @cell = "Complete", {Date Column}, AND(IFERROR(MONTH(@cell), 0) = 1, IFERROR(YEAR(@cell), 0) = 2022))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!