Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Media Analysis formula---Need Help

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
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Media Analysis formula---Need Help

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
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"ISAF Media Analysis" wrote:
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 have tried is =If(A1="POS", 1)

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Media clips in Excel GeneLucas Excel Discussion (Misc queries) 1 January 7th 06 08:15 PM
Excel Media Clips GeneLucas Excel Discussion (Misc queries) 0 December 24th 05 01:08 AM
What is the Formula to find the Media of a number of cells? formula to find the media between cells Excel Worksheet Functions 2 December 19th 05 05:35 PM
Excel F2 & MS Media Keyboard SharronA Excel Discussion (Misc queries) 3 November 10th 05 02:07 AM
Media Player versus Windows Media Player teepee Excel Discussion (Misc queries) 1 October 14th 05 02:25 AM


All times are GMT +1. The time now is 02:10 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"