How Do I Pull Data from Two Sheets to Summarize Output per Hour?
I'm working with two grid sheets that include various columns of information. Each has multiple rows of information. We have Smartsheet Pivot to help pull data together. Here is a simplified example:
Grid 1
Columns: Ticket#, Footage, Value, Date
Grid 2
Columns: Employee, Hours, Date
I'd like to total the footage for a particular date, total the hours for that same date, then get a footage/hour. How do I do that? I haven't used VLookup before, but thought that might be involved. Thanks in advance for the help.
Thanks,
Vincent
Answers
-
Good Morning
I would use a sumif fucntion. See Below
=IFERROR(SUMIF([Footage Date]3:[Footage Date]5, [Look Up value]@row, [Footage QTY]3:[Footage QTY]5) / SUMIF([Hours Date]3:[Hours Date]5, [Look Up value]3, [Hours QTY]3:[Hours QTY]5), "")
First Create a New sheet with the left two columns. In second column put some dates in it that you want to calculate. In the first column use the above formula with your column and sheet names. Third and Fourth Column represents your footage sheet. The fifth and sixth column represents your Hours Sheet. So make sure when you write the formula you reference your sheets.
Hope this helps
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!