Media Analysis formula---Need Help

  • Thread starter ISAF Media Analysis
  • Start date
I

ISAF Media Analysis

I am trying to create a formula that calculate the text value in a range. For
example, if cells A1 thru A30 are POS, POS would equal +1. And if A1 thru A30
equal NEG, NEG would equal -1. I need to calculate everything POS and NEG.

What I ahve tried is =If(A1="POS", 1)

Needless to say, what I have tried does not appear to be working. Please help
 
M

Max

In B1, copied down: =IF(A1="POS",1,IF(A1="NEG",-1,""))
will convert the text answers into the equivalent numbers
You could then sum col B, or whatever
 

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

Top