S
sa02000
I am getting same results from
=COUNT(IF(T4:Z4>200,T4:Z4,0))
(this formula is used as an array formula using Control+shift+enter but
curley brackets are not displayed when I copy and paste here)
as well as
=COUNT(T4:Z4)
I get formula result as 4, when only 2 of my target cells have value
greater than 200.
Here is what my target cells look like
296.79 118.45 217.12 1.10 #N/A #N/A #N/A
These numbers in target cells are results of a vlookup (thats why
#N/A). So I tried using an AND inside IF in first formula with second
argument of AND being ISNUMBER (to eliminate any potential problem from
#N/A) but I still get the same result ..that is 4.
Does anybody have any clue why this might be?
Thanks, Jay
=COUNT(IF(T4:Z4>200,T4:Z4,0))
(this formula is used as an array formula using Control+shift+enter but
curley brackets are not displayed when I copy and paste here)
as well as
=COUNT(T4:Z4)
I get formula result as 4, when only 2 of my target cells have value
greater than 200.
Here is what my target cells look like
296.79 118.45 217.12 1.10 #N/A #N/A #N/A
These numbers in target cells are results of a vlookup (thats why
#N/A). So I tried using an AND inside IF in first formula with second
argument of AND being ISNUMBER (to eliminate any potential problem from
#N/A) but I still get the same result ..that is 4.
Does anybody have any clue why this might be?
Thanks, Jay