Add cells if corresponding cell contains a value in Numbers
I would like Numbers to scan a column, and if a cell in column A contains a number, it would sum the corresponding values in column B. For a simple example, in the pictured table, the values in B5, B7, and B10 would be excluded from the sum because the corresponding cells in column A do not contain numbers.
When I try SUMIF(A3:A10,ISNUMBER(A3:A10),SUM(B3:B10)) I receive an error stating, "The range A3:A10 can't be used as a single value."
I have tried playing around with the formula above, but I never seem to get the expected result.