+ Reply to Thread
Results 1 to 4 of 4

Make a # that is in between a greater than & less than symbol turn into a negative #

  1. #1
    Registered User
    Join Date
    09-10-2013
    Location
    u.s.a
    MS-Off Ver
    excel 2010
    Posts
    33

    Make a # that is in between a greater than & less than symbol turn into a negative #

    Hello,

    The following formula that I am using works somewhat fine:
    =IFERROR(IF(N12=0,"",N12/$N$16),"")

    However, some numbers inside the N column are negative numbers but the report I have does not show the negative numbers in parenthesis or with a negative sign before it. Instead, the report shows negative numbers like this <2,345> . Therefore when I use the formula above it comes out blank in cases where there is supposed to be a negative number. Is there a way to change the less than < and greater than> symbols to a parenthesis (2,345) or negative sign -2,345 ?

    Thanks.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Make a # that is in between a greater than & less than symbol turn into a negative #

    Try

    =IFERROR(IF(N12=0,"",SUBSTITUTE(SUBSTITUTE(N12,"<",""),">","")*1/$N$16),"")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,430

    Re: Make a # that is in between a greater than & less than symbol turn into a negative #

    do you not need to include something to make the sign affect the answer?

    =IFERROR(IF(N12=0,"",SUBSTITUTE(SUBSTITUTE(N12,"<","-"),">","")*1/$N$16),"")
    Cheers
    Andy
    www.andypope.info

  4. #4
    Registered User
    Join Date
    09-10-2013
    Location
    u.s.a
    MS-Off Ver
    excel 2010
    Posts
    33

    Re: Make a # that is in between a greater than & less than symbol turn into a negative #

    Wow thanks guys! It works!

+ 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. how to make negative numbers to turn red permanently?
    By GIS2013 in forum Excel General
    Replies: 8
    Last Post: 05-21-2013, 07:07 AM
  2. If the sum of two cells is negative turn third cell red
    By digisnapr in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-10-2013, 08:48 PM
  3. Replies: 5
    Last Post: 05-12-2009, 04:47 PM
  4. Replies: 4
    Last Post: 02-08-2006, 04:00 AM
  5. [SOLVED] How do I turn off the Copyright Symbol?
    By Scott Duncan in forum Excel General
    Replies: 2
    Last Post: 11-08-2005, 02:10 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