B
Bob Arnett
I have a column of figures (D139152) and want to add only the numbers that
are next to a cell (C139:C152) with a numerical value (not text). So I used
the formula:
=SUMIF(C139:C152,isnumber,D139152)
Since I'm not familiar with SUMIF syntax, I've also tried other variaitions
like:
=SUMIF(C139:C152,isnumber(),D139152)
=SUMIF(C139:C152,"isnumber",D139152)
=SUMIF(C139:C152,"=isnumber",D139152)
=SUMIF(C139:C152,"=isnumber()",D139152)
=SUMIF(C139:C152,"isnumber()",D139152)
None of these work so what is the proper way of writing this formula?
are next to a cell (C139:C152) with a numerical value (not text). So I used
the formula:
=SUMIF(C139:C152,isnumber,D139152)
Since I'm not familiar with SUMIF syntax, I've also tried other variaitions
like:
=SUMIF(C139:C152,isnumber(),D139152)
=SUMIF(C139:C152,"isnumber",D139152)
=SUMIF(C139:C152,"=isnumber",D139152)
=SUMIF(C139:C152,"=isnumber()",D139152)
=SUMIF(C139:C152,"isnumber()",D139152)
None of these work so what is the proper way of writing this formula?