Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a workbook with two sheets: Evaluation Detail and Evaluation Summary.
On Evaluation Detail, I have a column with course numbers (Column B) and another with Instructor Names (Column F). On the Evaluation Summary sheet I want to count the number of course numbers if the Instructor name is specific. I have created an IF-AND statement which includes the COUNTA function (I have also tried using the COUNT function): =IF(AND('Evaluation Detail'!$B$7:$B$499<0,'Evaluation Detail'!$F$7:$F$499="Linda Sgabellone"),COUNTA('Evaluation Detail'!$B$7:$B$499),0) This returns a result of 0 (zero), even though there are two occurrences which should match. If I simply do a COUNTA, I get the correct answer but as soon as I combine COUNTA (or COUNT) with the IF statement, it returns an incorrect result. Any suggestions? All help is greatly appreciated. -- LPS |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excell 2000 IF Statement | Excel Discussion (Misc queries) | |||
How do you run a Macro from an IF statement in Excel 2000? | Excel Worksheet Functions | |||
I cannot edit cell format in Excel 2000 (Part of office 2000)! | Excel Discussion (Misc queries) | |||
If then statement Excell 2000 | Setting up and Configuration of Excel | |||
Hyperlink in Excel 2000 can't open bookmarked Word 2000 file | Excel Discussion (Misc queries) |