+ Reply to Thread
Results 1 to 3 of 3

Help with a formula to return zero instead of #value!

  1. #1
    Forum Contributor
    Join Date
    12-11-2014
    Location
    Missouri
    MS-Off Ver
    2016
    Posts
    153

    Help with a formula to return zero instead of #value!

    Hello Everyone,
    I receive invoices that are showing a negative value in this format 25.00- in Cell F10. I convert that to 25.00 using a LEN formula *-1
    to get the negative value I am after in Cell G10. The issue is that on occasion Cell F10 is 0 in which case G10 returns #VALUE!. Is there
    a way to get G10 to return 0 instead of #VALUE!?

    Thanks,
    Dean

    Please Login or Register  to view this content.

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.83 for Mac MS 365
    Posts
    8,480

    Re: Help with a formula to return zero instead of #value!

    try this... =IFERROR(LEFT(F10,LEN(F10)-1)*-1,0)
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Contributor
    Join Date
    12-11-2014
    Location
    Missouri
    MS-Off Ver
    2016
    Posts
    153

    Re: Help with a formula to return zero instead of #value!

    Thanks Sambo kid. That seems to do the trick!

+ 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] Formula to return a custom value of "Asset Needs added to DB" if the #N/A error is return
    By lancelotlink in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-25-2019, 11:59 AM
  2. [SOLVED] VLOOKUP formula does not return expected value. Suspected error in formula. Returns N/A
    By ZMAFC94 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 07-31-2018, 04:33 AM
  3. Statement to return formula to the next row down, if formula's result if false?
    By AlphaRaveNZ in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-12-2015, 10:54 PM
  4. Formula for: IF B1 = a range1 then return X, if range2 then return Y...
    By taylorjkeen in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 01-09-2015, 06:02 PM
  5. Replies: 3
    Last Post: 01-28-2014, 03:10 PM
  6. [SOLVED] Formula to always return cell below what a vlookup would return
    By KCHEXCEL in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-28-2013, 12:57 AM
  7. [SOLVED] IF statement to return 0 if 0 in cell if not return formula
    By CraigieL in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 07-15-2013, 09:46 AM

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