If the values in column C are numeric values, and there will only be one
match, then you could use a SUMPRODUCT.
=SUMPRODUCT(--('Ser Data'!A7:A2028=TODAY()),--('Ser Data'!B7:B2028="s"),'Ser
Data'!C7:C2028)
or if there will be multiple matches and you want to sum the numeric values
in column that meet the criteria, then the above formula will work for that
as well.
Else, I would suspect a Pivot Table might be helpful.
HTH,
Paul
> on a data sheet all data is imputed - sheet 1
> I have a range of cells ie a7 to a2028 with dates in them
[quoted text clipped - 13 lines]
>
> Please help
confused - 27 Mar 2008 00:06 GMT
That formula works perfectly. Thank you very much
Confused
> If the values in column C are numeric values, and there will only be one
> match, then you could use a SUMPRODUCT.
[quoted text clipped - 27 lines]
> >
> > Please help
PCLIVE - 27 Mar 2008 14:41 GMT
You're welcome.
> That formula works perfectly. Thank you very much
>
[quoted text clipped - 36 lines]
>> >
>> > Please help