Thread
:
{SUM(IF((ARRRAY FORMULA)}
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
external usenet poster
Posts: 10,124
{SUM(IF((ARRRAY FORMULA)}
easier if you use a cell. You can also use sumproduct which does NOT have to
be array entered.
=sumproduct(($a$1:$a$50=b2)*($b1:$b2<250),$c1:$c50 )
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"bookman3" wrote in message
...
Hi
I use this formula a lot.
My question is, is it possible to use it with dates either by actually
entering a date as below or referencing the date to a cell?
So far I can't get anything with dates to work.
eg
{(sum(if(($a$1:$a$50=9/10/07)*($b1:$b2<250),$c1:$c50)}
--
bookman
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett