Sumif Question?
Thanks!!!
"PCLIVE" wrote:
The "--" coverts the items to a number, either 1 or 0. So for each
occurrence of items that are numbers, these will be registered as 1's.
The formula could also be written as:
=SUMPRODUCT((ISNUMBER(Y2:Y268))*(ISNUMBER(Z2:Z268) ),Y2:Y268)
--
"Jay" wrote in message
...
Paul,
That worked as well. Thanks. What role does the -- play in the formula?
"PCLIVE" wrote:
Maybe this:
=SUMPRODUCT(--(ISNUMBER(Y2:Y268)),--(ISNUMBER(Z2:Z268)),Y2:Y268)
HTH,
Paul.
--
"Jay" wrote in message
...
I'm trying to figure out how to add a columns of numbers if there is a
number
in an adjacent column. So for example if cell Y245 and Z245 both
contain
numbers then Y245 would be added to the sum but if if Z245 did not
contain
a
number then Y245 would not be counted.
I'm thinking this is a SUMIF calculation but am unsure of how to input
the
data properly. My Ranges are Y2:Y268 and Z2:Z68.
Any help on this would be greatly appreciated. Thanks!
|