Forum Discussion
ahmad ali
Dec 19, 2018Brass Contributor
isnumber()
Hello, please find the image below,I don't know what's wrong with my formula? could you help me in this ... thanks
- Dec 19, 2018
Hi Ahmad,
To return 2.5 use simply
=SUMPRODUCT(A1:I1)
it ignores all texts. SUMPRODUCT(--ISNUMBER(... returns the number of cells with numbers
SergeiBaklan
Dec 19, 2018Diamond Contributor
Hi Ahmad,
To return 2.5 use simply
=SUMPRODUCT(A1:I1)
it ignores all texts. SUMPRODUCT(--ISNUMBER(... returns the number of cells with numbers
ahmad ali
Dec 19, 2018Brass Contributor
Thank you so much