+ Reply to Thread
Results 1 to 8 of 8

Turning <XXX.XX> to a negative value?

  1. #1
    Registered User
    Join Date
    08-11-2017
    Location
    Ohio
    MS-Off Ver
    2016
    Posts
    24

    Question Turning <XXX.XX> to a negative value?

    I have a report I pull data from via another worksheet with using VLOOKUP. The numbers could come over in the format of <XXX.XX>. This represents a negative number. How Do I convert or strip these character from this cell when the existing formula:

    Please Login or Register  to view this content.
    Screen Shot 2020-08-17 at 9.22.56 PM.png

    Thanks you in advance.
    Attached Files Attached Files

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,459

    Re: Turning <XXX.XX> to a negative value?

    Try in B13:
    Please Login or Register  to view this content.
    to convert <000.00> into -000.00
    Quang PT

  3. #3
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Turning <XXX.XX> to a negative value?

    Try replacing the formula you have in B13 with this

    Please Login or Register  to view this content.
    Happy with my advice? Click on the * reputation button below

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,459

    Re: Turning <XXX.XX> to a negative value?

    @Crooza
    With or without ">" or "<" existing in "string", SUBTITUTE still works, so we do not need "IF", I believe.

  5. #5
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Turning <XXX.XX> to a negative value?

    Bebo You're probably right. Good pick up.

  6. #6
    Registered User
    Join Date
    08-11-2017
    Location
    Ohio
    MS-Off Ver
    2016
    Posts
    24

    Re: Turning <XXX.XX> to a negative value?

    That Worked! Thanks. As a bonus how would you convert that number into a positive?

  7. #7
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,459

    Re: Turning <XXX.XX> to a negative value?

    =SUBSTITUTE(SUBSTITUTE(VLOOKUP(119, 'Sheetgo_br1-day-gl.csv'!5:25, 3, FALSE),">",""),"<","-")+0

    Change "-" by ""

  8. #8
    Registered User
    Join Date
    08-11-2017
    Location
    Ohio
    MS-Off Ver
    2016
    Posts
    24

    Re: Turning <XXX.XX> to a negative value?

    Great. Thanks. I should have seen that.

+ 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. [SOLVED] Negative turning point - column location
    By Median in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-22-2018, 01:46 PM
  2. [SOLVED] Turning negative results to 0 in an ongoing sum
    By ZandiD in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-25-2013, 07:50 AM
  3. [SOLVED] Turning a negative into a positive.
    By menstonbantam in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-05-2012, 07:44 PM
  4. Replies: 1
    Last Post: 11-20-2008, 01:52 AM
  5. Turning positive numbers to negative
    By rajivvyas in forum Excel General
    Replies: 3
    Last Post: 03-28-2006, 12:24 PM
  6. [SOLVED] turning a negative into a positive
    By childothe1980s in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-17-2006, 11:30 PM
  7. Turning a negative into a positive
    By [email protected] in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-16-2006, 12:45 AM

Tags for this Thread

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