Cell Linking
I have two sheets. One is titled Expiration Data and the other is Inspection Scope. On the expiration data sheet, I need to take the average of a column of only certain cells, and display that on the inspection scope sheet. The column is titled 'QTY Approved' and I need to filter it down to a certain part number, take that average, and show it in a specific cell on the Inspection Scope sheet.
Thanks in advance
Answers
-
Try this:
On the Inspection Scope Sheet, create this formula:
AVERAGEIF( {Expiration Data Part Num}, "Part-101", {QTY Approved})
You will need to create two Cross Sheet References to support this formula: Expiration Data Part Num, and QTY Approved.
Here is a help article showing how to create the references if this is your first time doing so: Create cross sheet references to work with data in another sheet | Smartsheet Learning Center
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!