My A column contains texts and numbers
I want to get data like if my A column contains text then '0', if it is numeric then '8' in the column B. How do I do that?
question2: In the other picture in Column C I am trying to divide A1/B1 but when there is text/numeric - it is giving an error. I want to show that error as 0 and the numeric/numeric(4/8 =0.5) values should be correct.
try like this:
=ARRAYFORMULA(IF(ISNUMBER(A1:A5), 8, 0))

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With