How do I get the alphabet be taken as 0 in formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to display the alphabet in the table and want it to be taken as 0
during computation. How should I get this thing done?
 
Lots of worksheet functions will ignore alphanumeric entries.

=sum(a1:a10)

will ignore any text you have in A1:A10.

But you could be explicit when you need to be:

=n(a1)+n(a2)
 

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.

Ask a Question

Back
Top