I need help populating a spreadsheet. I have a large spreadsheet with all the data, and I need to look up this data from within another tab. See below.
This is the data:
Site--------Vendor---- -Month----Use---Cost
SiteA--------Bob---------Jan------1------2
SiteA--------Bob---------Feb-----3-------6
SiteA--------Karen-------Jan------2-------4
SiteA--------Karen-------Feb------4------8
SiteB--------Cody-------Jan-------5-----10
SiteB--------Cody-------Feb------6------12
In a separate tab is this:
Site----Jan/Use---Feb/Use----Jan/Cost----Feb/Cost
SiteA
SiteB
I need something that grabs the data from the first sheet, and then enters it into the second. However, the part I can't figure out, is how to do this to get a TOTAL for both Bob and Karen's January numbers and, separately, February numbers.
After sheet is completed it should look like this:
Site----Jan/Use----Feb/Use----Jan/Cost----Feb/Cost
SiteA-----3----------7-----------6-----------14
SiteB-----5----------6----------10-----------12
Any help would be appreciated.
Thanks in advance!
This is the data:
Site--------Vendor---- -Month----Use---Cost
SiteA--------Bob---------Jan------1------2
SiteA--------Bob---------Feb-----3-------6
SiteA--------Karen-------Jan------2-------4
SiteA--------Karen-------Feb------4------8
SiteB--------Cody-------Jan-------5-----10
SiteB--------Cody-------Feb------6------12
In a separate tab is this:
Site----Jan/Use---Feb/Use----Jan/Cost----Feb/Cost
SiteA
SiteB
I need something that grabs the data from the first sheet, and then enters it into the second. However, the part I can't figure out, is how to do this to get a TOTAL for both Bob and Karen's January numbers and, separately, February numbers.
After sheet is completed it should look like this:
Site----Jan/Use----Feb/Use----Jan/Cost----Feb/Cost
SiteA-----3----------7-----------6-----------14
SiteB-----5----------6----------10-----------12
Any help would be appreciated.
Thanks in advance!
Last edited: