Thread: sumifs criteria
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default sumifs criteria

This is probably an easier one

=SUMPRODUCT(--(MOD($A$1:$A$714,1)=0.5),($B$1:$B$714))
--
HTH,
Barb Reinhardt



"Ebisu-A" wrote:

I am trying to sum data using the sumif function =SUMIF($A$1:$A$714,
"=396??.50", $B$1:$B$714)
(Criteria range, criteria, sum range)

The criteria range isan entire month of hourly timestamps and I am trying to
sum a specific time (ie 12:00 pm) for the entire month. I have tried
converting all of the dates to the excel number ie 39639.50 etc, but I cannot
make the function sum even one day using the wildcard symbols "*" or "?".

I have tried many different versions ofthis formula to no avail. please help

-A