Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I need help with a formula. I need a formula that determines if something is positive or negative or neitral. For example: A B C Criminal Activity +3 Positive Voter Registration -8 Negative Counter-Narcotics 0 Neutral In short, I would need this formula to be able to decern between the positive, negative and neutral numbers in column B and put it into words in column C. So, any positive number would be indicated a "positive" in column C, any negative number would be indicated as "negative" in column C and the number 0 would always be indicated as "neutral" in column C. Any help would be appreciated. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=IF(B2=0,"Neutral",IF(B20,"Positive","Negative")) Drag down as required Mike "ISAF Media Analysis" wrote: Hello, I need help with a formula. I need a formula that determines if something is positive or negative or neitral. For example: A B C Criminal Activity +3 Positive Voter Registration -8 Negative Counter-Narcotics 0 Neutral In short, I would need this formula to be able to decern between the positive, negative and neutral numbers in column B and put it into words in column C. So, any positive number would be indicated a "positive" in column C, any negative number would be indicated as "negative" in column C and the number 0 would always be indicated as "neutral" in column C. Any help would be appreciated. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() In C1,you can try something like : =if(B10,"positive",if(B1=0,"neutral","negative")) and pull down as needed ISAF Media Analysis;297375 Wrote: Hello, I need help with a formula. I need a formula that determines if something is positive or negative or neitral. For example: A B C Criminal Activity +3 Positive Voter Registration -8 Negative Counter-Narcotics 0 Neutral In short, I would need this formula to be able to decern between the positive, negative and neutral numbers in column B and put it into words in column C. So, any positive number would be indicated a "positive" in column C, any negative number would be indicated as "negative" in column C and the number 0 would always be indicated as "neutral" in column C. Any help would be appreciated. -- Pecoflyer Cheers - *'Membership is free' (http://www.thecodecage.com)* & allows file upload -faster and better answers *Adding your XL version* to your post helps finding solution faster ------------------------------------------------------------------------ Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=83119 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel, change column of negative numbers to positive numbers? | New Users to Excel | |||
Excel 2002 : Convert Positive Numbers to Negative Numbers ? | Excel Discussion (Misc queries) | |||
change 2000 cells (negative numbers) into positive numbers | Excel Worksheet Functions | |||
convert negative numbers to positive numbers and vice versa | Excel Worksheet Functions | |||
How to add all positive and negative numbers? | Excel Worksheet Functions |