G
Guest
FORMULA NOT DISPLAYING CORRECT RESULT
The following is much simplified over what I actually need to do, but
illustrates the inconsistent behavior of the formula.
SETUP
• In cells a1:a3 enter md,fl,tx.
• In cells b1:b3 enter 10,20,30.
• In another cell enter the formula =COUNT(IF(a1:a3="md",b1:b3))
My Excel 2002 displays a value result of 0. However, if you click on the
formula cell and then select Insert|Function, Excel breaks the formula down
like this:
{10;FALSE, FALSE}
Formula result = 1
The formula decomposition is what I would expect (and what I want), a one –
yet the actual display is a zero. How do I get the display to work properly?
The following is much simplified over what I actually need to do, but
illustrates the inconsistent behavior of the formula.
SETUP
• In cells a1:a3 enter md,fl,tx.
• In cells b1:b3 enter 10,20,30.
• In another cell enter the formula =COUNT(IF(a1:a3="md",b1:b3))
My Excel 2002 displays a value result of 0. However, if you click on the
formula cell and then select Insert|Function, Excel breaks the formula down
like this:
{10;FALSE, FALSE}
Formula result = 1
The formula decomposition is what I would expect (and what I want), a one –
yet the actual display is a zero. How do I get the display to work properly?