No Pivot table

thebigtable

New Member
Joined
Jun 11, 2008
Messages
32
I will attempt to explain this better. I can't use a pivot table, but I would like to:

Reference a cell (BN) that has a week number referencing a date in another cell;
and sum any information in (BW) that has that weeknumber in the cell BY

BN--------BW------BX-----BY
1 25 6 - sum of BW1:BW3
2 25 8 -
3 25 2 -

Hope this helps.
J@thebigtable
:confused:
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Sounds like a sumif.

Something like:

=SUMIF(BW2:BW5,BN1,BY2:BY5)

Where BW2:BW5 contains the week numbers

BN2 contains the week you are matching to the list in BW

BY2:BY5 contains the numbers you want to sum if BW column = BN1.
 
Upvote 0
COL BN:BN contains the week numbers 25,26,27. There may be multiples of the same week number.
BN contains the week you are matching to the list in BW
BW:BW contains the numbers I want to sum if BW column = BN.

My example did not format correctly the first attempt. Hope this helps.
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,913
Members
449,093
Latest member
dbomb1414

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