Sumif based on dates not working

odonovanc

Board Regular
Joined
Oct 4, 2017
Messages
60
Office Version
  1. 365
Aug-16

01/31/16 02/28/16 03/31/16 04/30/16 05/31/16 06/30/16 07/31/16 08/31/16 09/30/16 10/31/16 11/30/16 12/31/16 4 months
Charges 375,743 393,931 514,907 490,482 480,772 479,377 507,250 465,559 463,607 452,198 389,260 424,965 0

So in this example, Aug-16 is in cell AG1. The 0 is where I am trying to write a sumif. I want to sumif the charges line (U5:AF5) if the date in AG1 > the dates listed in (U2:AF3). I keep getting 0. Please help
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Presuming AG1 contains a valid date then:

=SUMIF(U2:AF2,"<"&AG1,U5:AF5)
 
Upvote 0

Forum statistics

Threads
1,213,536
Messages
6,114,213
Members
448,554
Latest member
Gleisner2

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