+ Reply to Thread
Results 1 to 12 of 12

Plus or Minus Symbol

  1. #1
    Forum Contributor
    Join Date
    02-25-2007
    Posts
    106

    Plus or Minus Symbol

    Does anyone have a formula to insert a "+" or "-" symbol into a cell and not have calculation issues? Maybe as a dropdown list?

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Plus or Minus Symbol

    You can insert it, but the result is text; Excel doesn't recognize it as an operator. What could it mean?
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Plus or Minus Symbol

    Add an apostrophe (') before you enter the + or - sign.
    Spread the love, add to the Rep

    "None of us are as smart as all of us."

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Plus or Minus Symbol

    Not sure I know what you mean.

    You can do like these

    ="+"
    or
    ="-"

    to put the symbols into a cell with a formula.

  5. #5
    Forum Contributor
    Join Date
    05-06-2016
    Location
    Cluj, Romania
    MS-Off Ver
    2007-2010
    Posts
    220

    Re: Plus or Minus Symbol

    With Alt characters
    Alt + (numeric keypad) 45 → -
    and
    Alt + 43 → +

  6. #6
    Forum Contributor
    Join Date
    02-25-2007
    Posts
    106

    Re: Plus or Minus Symbol

    I just need to display the symbol. But it keeps thinking i'm trying to create a formula.

    I'm modifying a spreadsheet for lab analysis and a slew of the data has "+" or "-" symbols next to the totals that have to be circled. I was hoping to find a formula to enter the symbol rather than going through 30+ cells and circling.

  7. #7
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Plus or Minus Symbol

    So the cell already contains a number, like say 30
    And you want it to look like +30 ?

    Try some custom cell formatting.
    Format - Cells - Number - Custom
    +General;-General;General

  8. #8
    Forum Contributor
    Join Date
    02-25-2007
    Posts
    106

    Re: Plus or Minus Symbol

    More like cell A1 has the number and I need cell A2 to display "+" or "-"

    Its a goofy State lab form

  9. #9
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Plus or Minus Symbol

    So if A1 is a Positive number, you want A2 to show "+", otherwise "-"
    Note, 0 is considered positive

    Try this in A2
    =IF(A1>=0,"+","-")

    This makes the assumption that A1 is in fact a numeric value, no TEXT values..

  10. #10
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Plus or Minus Symbol

    Completely misread this; I thought we were talking about ±

  11. #11
    Forum Contributor
    Join Date
    02-25-2007
    Posts
    106

    Re: Plus or Minus Symbol

    Thanks Jonmo1

    That worked, but how would I get it to not display until I entered data in cell A1? I need the cells to remain blank.

  12. #12
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Plus or Minus Symbol

    You're welcome.

    Try
    =IF(A1="","",IF(A1>=0,"+","-"))

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Plus minus symbol
    By cecy_agr in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 10-02-2018, 09:39 PM
  2. [SOLVED] Swits leading minus and put minus infront of numbers without macro
    By abjac in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-11-2015, 11:40 AM
  3. [SOLVED] Why Minus (-) Symbol Coming Right Side Instead of Left Side ???
    By jd16 in forum Excel General
    Replies: 9
    Last Post: 10-20-2013, 12:16 AM
  4. [SOLVED] How to get the correct (minus) answer for a minus raised to a power
    By enginezzz in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-27-2013, 08:44 PM
  5. Minus (-) written as symbol
    By Lynx2x in forum Excel General
    Replies: 4
    Last Post: 03-07-2012, 08:26 AM
  6. [SOLVED] CHANGE TRAILING MINUS TO BRACKETS OR PRECEEDING MINUS
    By Socal Analyst looking for help in forum Excel General
    Replies: 2
    Last Post: 05-12-2006, 02:20 PM
  7. how do you count a column minus dupicates minus blanks.
    By notEXCELing in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-10-2005, 08:48 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1