If statement with multiple conditions

robstark

New Member
Joined
Feb 18, 2013
Messages
14
It's been awhile for me... what I need is to setup a formula to look for date in one cell then if the condition is met have it total the number in the next column. In the example table below the formula I'm trying to solve is the 'Total" column. TIA

NameMonthNumberMonthTotal
Test AApr-21250Apr-21300
Test BMay-21100May-21100
Test CApr-2150Jun-2150
Test DJun-2150
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Are your dates real dates or text?
If real dates are they all the 1st of the month?
 
Upvote 0
Ok, how about
+Fluff 1.xlsm
ABCDEF
1NameMonthNumberMonthTotal
2Test AApr-21250Apr-21300
3Test BMay-21100May-21100
4Test CApr-2150Jun-2150
5Test DJun-2150
Results
Cell Formulas
RangeFormula
F2:F4F2=SUMIFS(C:C,B:B,E2)
 
Upvote 0

Forum statistics

Threads
1,216,531
Messages
6,131,209
Members
449,636
Latest member
ajdebm

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