Apply formula to rows and columns

andresf

New Member
Joined
May 13, 2012
Messages
22
Hi,

Can someone please help me with this?

I have a big data base that looks similar to this:

ABC
1PRODUCTDATESALES
2AB1Jan-21100
3AB2Feb-21150
4AB3Mar-2150
5AB4Apr-21200
6AB5Jan-2150
7AB5Feb-21300
8AB5Jun-211000
9AB5Jun-211500
10AB6Jun-212000


How can I set up the $ in the Sumifs formula so I can apply efficiently the formula to rows and columns? Should I apply first to rows or columns?


DEFGHIJ
1Jan-21Feb-21Mar-21Apr-21May-21Jun-21
2AB1
+SUMIFS($C$2:$C$10;$B$2:$B$10;E1;$A$2:$A$10;D2)
3AB2
4AB3
5AB4
6AB5
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
what does
=SUMIFS($C$2:$C$10;$B$2:$B$10;E1;$A$2:$A$10;D2)
give you ?

you should be able to copy that across and down OR down and across ,
IF you add some more $ to fix the criteria cells
SUMIFS($C$2:$C$10;$B$2:$B$10;E$1;$A$2:$A$10;$D2)
now you should copy across the columns and then down the rows
OR down the rows and across the columns
wont matter the $ are fixing the reference
 
Upvote 0

Forum statistics

Threads
1,214,780
Messages
6,121,527
Members
449,037
Latest member
tmmotairi

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