IF(date>10/29/04,+A2,0)

shallbetter

New Member
Joined
Jan 27, 2005
Messages
2
How can I use IF statement to SUM numbers on a list which have related date list.

IF(date>10/29/04,+A2,0)

If I use the above formula it sees the"10/29/04" as a number not a date.

Any help would be greatly appreciated!

Rob Martin
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Try the SUMIF function:
Book1
ABCD
1210/29/20047
231/27/2005
3510/29/2004
4101/13/2005
5410/30/2004
Sheet1
 
Upvote 0
Use SUMIF:

=SUMIF(A:A,">1/29/2005",D:D)

This will check column A and note any dates after the given one, then sum the values in column D.
 
Upvote 0

Forum statistics

Threads
1,214,987
Messages
6,122,614
Members
449,090
Latest member
vivek chauhan

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