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

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.

hkaplan2

Active Member
Joined
Sep 24, 2006
Messages
385
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

thebigtable

New Member
Joined
Jun 11, 2008
Messages
32
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,191,517
Messages
5,987,063
Members
440,074
Latest member
Emmanuelian

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
Top