=IF(ISNUMBER(D3), "It's a number", "It's text or Boolean")
=IF(ISNUMBER(D3), 1,0)
But the IF is not needed when you want just 1 or 0
=--ISNUMBER(D3)
The double unary negation converts Boolean TRUE/FALSE to numeric 1/0
best wishes
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.