Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hello,
I am trying to figure out a countif formula. Here is the explanation: Worksheet one (my data dump page): In column A I have store names listed. In column B I have the amount of each sale for that store. Worksheet two: In column A I have the store names listed. In column B I would like to have a count of $0.00 sales made for each store. The data on the first sheet shows $0.00 sales as 0. Thanks for the help. |
#2
![]() |
|||
|
|||
![]()
Try this, Jim:
http://www.officearticles.com/excel/...ft_excel.h tm ************ Anne Troy www.OfficeArticles.com "Jim" wrote in message ... Hello, I am trying to figure out a countif formula. Here is the explanation: Worksheet one (my data dump page): In column A I have store names listed. In column B I have the amount of each sale for that store. Worksheet two: In column A I have the store names listed. In column B I would like to have a count of $0.00 sales made for each store. The data on the first sheet shows $0.00 sales as 0. Thanks for the help. |
#3
![]() |
|||
|
|||
![]()
=SUMPRODUCT(--(Store_Range="Store1"),--(Amount_Range=0))
if there are any blanks involved in the amount range and if they shouldn't be counted as zero =SUMPRODUCT(--(Store_Range="Store1"),--(ISNUMBER(Amount_Range)),--(Amount_Ra nge=0)) -- Regards, Peo Sjoblom "Jim" wrote in message ... Hello, I am trying to figure out a countif formula. Here is the explanation: Worksheet one (my data dump page): In column A I have store names listed. In column B I have the amount of each sale for that store. Worksheet two: In column A I have the store names listed. In column B I would like to have a count of $0.00 sales made for each store. The data on the first sheet shows $0.00 sales as 0. Thanks for the help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
COUNTIF or not to COUNTIF on a range in another sheet | Excel Worksheet Functions | |||
COUNTIF help | Excel Worksheet Functions | |||
Combining IF and COUNTIF based on two columns | Excel Discussion (Misc queries) | |||
COUNTIF in one colum then COUNTIF in another...??? | Excel Worksheet Functions | |||
Countif - Countif | Excel Worksheet Functions |