Calculate sum of specific colums

VeKa27

Board Regular
Joined
Sep 11, 2015
Messages
56
Hi you all,

Tried to upload my sample file but did not work.. sorry for that.. I hope my screenshot helps to imagine what i am looking for.
I hav a very big table like in the screenshor (more then 100 products an much more columns for every week.
What i want is this: if i select a day in cell AB3, then i want to see the totals (sum) in cell AB5 for that row and that day. the same formula for row 6 in AB6, row 7 in AB7,...

Hoping for a solution..
Thx
1586374427297.png
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
How about
=SUMIF(B5:Z5,AB$3,C5:AA5)
 
Upvote 0
Hi Fluff,
Great! Your formula works fine. :)
Thank you for your input. In return i am sending you many many healthy in these times..
Case closed..
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,929
Messages
6,122,314
Members
449,081
Latest member
tanurai

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