RE: Find a particular Month in Row and then Sum Column if it meets a particular criteria

tyrese215

New Member
Joined
Feb 25, 2009
Messages
33
RE: Find a particular Month in Row and then Sum Column if it meets a particular criteria

I have the following table


Jan-18Feb-18Mar-18Apr-18May-18
A 1,639,212 135 1,639,212 135 135
A 2,135,135 24 1,639,212 642 1,639,212
A 1,639,212 135 1 1,639,212 5
B 13 1,639,212 1,639,212 1,639,212 135
B 1,639,212 351 3 1,639,212 1,639,212
B 35 1 35 1,639,212 35
C 1,639,212 1,639,212 1,639,212 1,639,212 1,639,212
Feb-18
B

<tbody>
</tbody><colgroup><col span="6"></colgroup>






I need a formula in cell C14 that will find a particular date in row 1 that I have placed in cell B13, and then will sum that entire column of ALL values IF column A matches the value that I have in B14


Thank you VERY much
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Re: Find a particular Month in Row and then Sum Column if it meets a particular criteria

Try...

=SUMIFS(INDEX($B$2:$F$8,0,MATCH(B13,$B$1:$F$1,0)),$A$2:$A$8,B14)
 
Upvote 0

Forum statistics

Threads
1,216,040
Messages
6,128,454
Members
449,455
Latest member
jesski

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