Using avg formula across multiple sheets
how would i write a formula to pull the avg number of something in the same field across different sheets, or better yet how could i write an avg formula to pull the data from a report into a sheet instead?
Answers
-
@nick.wilson Unfortunately you cannot pull data from a report into a sheet. I agree this would be a valuable feature.
The best way to do this is create a grid, in your first column put the name of each sheet so you know your reference, in the next column link each cell to get the data from each sheet then use a formula to average those numbers.
-
the problem with that is that i am trying to grab the total number of task per user and if i do it the way you suggested
1) I cannot link the cells to a filtered version of the source link
2) it does not allow me to group everything under into just one cell
Unless i am missing something i am not sure this would work in this scenario.
please advise
-
You would need to pull in the number from each sheet and then wrap everything in an AVG function.
For example, if you are using a COUNTIFS to pull in the total number of tasks, it would look something like this:
=AVG(COUNTIFS({Sheet 1}, @cell = "Name"), COUNTIFS({Sheet 2}, @cell = "Name"))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!