Microsoft
Software
Hardware
Network
Question : Add only the positive numbers between a date range
Good Afternoon
I am looking to add together only the positive values held within the one column (Q), if the values are between 01/03/2010 00:00:00 and 31/03/2010 00:00:00, held in another column (L). So:
The date value is held within column L
The values to be added togther are in column Q
For example
Date Value
26/01/2010 1
01/03/2010 1
01/03/2010 -11
28/03/2010 2
01/04/2010 1
The answer I would be looking for is: 3. Is this possible?
Many thanks
Answer : Add only the positive numbers between a date range
Yes, try using the SUMPRODUCT formula:
=SUMPRODUCT((L1:L1
00>=DATE(20
10,3,1))*(
L1:L100<=DA
TE(2010,3,
31))*(Q1:Q
100>=0)*(Q1
:Q100))
See
attached example.
Book1.xls
(13 KB)
(File Type Details)
Example
Random Solutions
How can i sort two dimentional array with linq and with Compareto method?
Spam black list removal " dnsbl.burnt-tech.com"
In Perl, how do I check if a value already exist in the database
Cisco VPN client for Windows, use both RSA SecurID soft token and hard token
iPhone Contacts - ActiveSync
SPContext.Current is returning null in the "SPItemEventReceiver" event handler.
helpdesk interview for bank
Ex2010 - Move Mailbox Failed - Corrupt Messages
setup Xsan with couple of Apple macs final cut pro
OOP, classes, accessor/mutator question (newbie)