ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   sumifs criteria (https://www.excelbanter.com/excel-worksheet-functions/199991-sumifs-criteria.html)

Ebisu-A

sumifs criteria
 
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



Barb Reinhardt

sumifs criteria
 
=SUMPRODUCT(--(HOUR($A$1:$A$714)=12),--(MINUTE($A$1:$A$714)=0),--(SECOND($A$1:$A$714)=0),($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



Barb Reinhardt

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



Ebisu-A[_2_]

sumifs criteria
 
Thank you Barb.

This formula worked perfectly for this purpose-

Ebisu-A

"Barb Reinhardt" wrote:

=SUMPRODUCT(--(HOUR($A$1:$A$714)=12),--(MINUTE($A$1:$A$714)=0),--(SECOND($A$1:$A$714)=0),($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




All times are GMT +1. The time now is 11:02 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com