Look Up with Sum

Darren Blake

New Member
Joined
Oct 14, 2015
Messages
1
Ok here goes, I have a spreadsheet which calculates each day the amount of work a colleague manages to achieve, however on some days the individual may not appear and my aim is to look up each day and sum the weekly amount for that person (e.g. AC, SG). My data is taken from pivot tables I have created but not matter what I use I can't the formula to look at Monday find the person, take the qauntity against that person (SUM of Cases) then look at Tuesday, Wednesday etc add them all together and return the result. I have tried to use SUMPRODUCT, SUMIFS, without success

HELP PLEASE

MondayTuesdayWednesdayThursdayFriday
SUM of CasesSUM of Case PickActual Pick Rate PHPercentageSUM of CasesSUM of Case PickActual Pick Rate PHPercentageSUM of CasesSUM of Case PickActual Pick Rate PHPercentageSUM of CasesSUM of Case PickActual Pick Rate PHPercentageSUM of CasesSUM of Case PickActual Pick Rate PHPercentage
0000000000
AC206100200.0200.00%AC101100600.0600.00%AC101100600.0600.00%SG106010010.010.00%1000.00.00%
SG104100150.0150.00%1000.00.00%1000.00.00%1000.00.00%1000.00.00%
1000.00.00%1000.00.00%1000.00.00%1000.00.00%1000.00.00%
1000.00.00%1000.00.00%1000.00.00%1000.00.00%1000.00.00%
1000.00.00%1000.00.00%1000.00.00%1000.00.00%1000.00.00%
1000.00.00%1000.00.00%1000.00.00%1000.00.00%1000.00.00%
1000.00.00%1000.00.00%1000.00.00%1000.00.00%1000.00.00%
1000.00.00%1000.00.00%1000.00.00%1000.00.00%1000.00.00%
1000.00.00%1000.00.00%1000.00.00%1000.00.00%1000.00.00%
1000.00.00%1000.00.00%1000.00.00%1000.00.00%1000.00.00%
1000.00.00%1000.00.00%1000.00.00%1000.00.00%1000.00.00%

<colgroup><col style="width: 49px"><col width="53"><col width="52"><col width="41"><col width="74"><col width="82"><col width="9"><col width="51"><col width="52"><col width="56"><col width="53"><col width="82"><col width="80"><col width="9"><col width="50"><col width="59"><col width="62"><col width="52"><col width="83"><col width="82"><col width="10"><col width="51"><col width="64"><col width="59"><col width="57"><col width="78"><col width="79"><col width="11"><col width="45"><col width="55"><col width="54"><col width="49"><col width="81"><col width="84"></colgroup><tbody>
</tbody>
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Hi Darren,

My suggestion would be to achieve this from the data source only i.e., the tabular data on which pivot is created.
Can you post a small portion of that tabular data here ? Thanks.

Regards,
DILIPandey
 
Upvote 0
joe206100200200.00%joe101100600600.00%joe111100600600.00%fred12601001010.00%
fred104100150150.00%10000.00%10000.00%10000.00%
montuewedthufri
joe201011#N/A#N/A
fred10#N/A#N/A12#N/A
this lower table uses offset match
to pull the info
assumes names of workers will always be
in columns A,H,O,V,AC

<colgroup><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col span="3"></colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,216,756
Messages
6,132,530
Members
449,733
Latest member
Nameless_

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top