Thread: [Solved] Countif issue
View Single Post
 
Old 07-11-2012, 05:32 AM
Katy I Katy I is offline Windows Vista Office 2007
Novice
 
Join Date: Jun 2012
Posts: 6
Katy I is on a distinguished road
Default Countif issue

I have a workbook with just 2 sheets, the first sheet is where data is input. Basically what you need to know is:
1st sheet
Column C: Estimators Name
E: Contract Amount
F-U: how the company heard about us (each column has a header with a different source and an "x" is placed in the proper column)

on the 2nd sheet I want to count the total number of "x"s in each column, which I was able to do
Next I want to count the number of "x"s per column that also have a name in column C but I cant get it to work quite right, I've tried vlookups combined with countif(and but the closest ive gotten is using:

=IF(Input!C:C="","",COUNT(Input!F:F,"x"))

but it doesn't output the correct number.

Please Help!

Katy
Reply With Quote