Number Applying Value To Text Selection In List Box

  • Thread starter Thread starter ANDYPAND
  • Start date Start date
A

ANDYPAND

undefined U N D E F I N E D undefined
I have created a list box where the choice is either I or M. I need the
selection to convert to 0 or 1 accordingly. I then use SUM to add up the
total in a column.
Can anyone help this beginner please?
 
Sorry i messed up the formatting on my initial post- i will try again:

I have created a list box where the choice is either I or M. I need the
selection to convert to 0 or 1 accordingly. I then use SUM to add up the
total in a column.
Can anyone help this beginner please?
 
Why not use COUNTIF rather than SUM

=COUNTIF(A1:A10,"I")

as an example
 

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