+ Reply to Thread
Results 1 to 5 of 5

How to Remove #Value error

  1. #1
    Registered User
    Join Date
    07-14-2016
    Location
    Visalia
    MS-Off Ver
    Latest
    Posts
    16

    How to Remove #Value error

    Hello,

    I have the formula =K3-Q3/1.45 entered into cell R3, I have filled the entire column with the formula but I am getting the #Value error message. What do I do to make it blank? I was able to use IFERROR function do it for forumlas where I'm using multiplication but I can't see to figure it out for when I use division.

    Thank you!

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: How to Remove #Value error

    It shouldn't matter what your formula is when using IFERROR.

    Does this not work?

    =IFERROR(K3-Q3/1.45, "")
    If posting code please use code tags, see here.

  3. #3
    Registered User
    Join Date
    07-14-2016
    Location
    Visalia
    MS-Off Ver
    Latest
    Posts
    16

    Re: How to Remove #Value error

    No it gives me the wrong total.

    My math is as follows: $32,500 - $8950 = $23,550
    $23,550/1.45 = $16,241.38

    Where $32,500 is cell K3, $8950 is Q3, and $16,241.30 is in cell R3.

    When I put in your formula, I'm getting $26,327.59.


  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,447

    Re: How to Remove #Value error

    You need
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  5. #5
    Valued Forum Contributor
    Join Date
    09-09-2009
    Location
    Liverpool, England
    MS-Off Ver
    W: 2021 H: 365
    Posts
    940

    Re: How to Remove #Value error

    Hi pmbixler,

    Try:

    =IFERROR((K3-Q3)/1.45, "")

    It's due to something called the 'order of operations' in Excel. In this instance it calculates the division before the subtraction, i.e. $8,945/1.45 and then subtracts that amount from $32,500.

    Hope this makes sense?

    Regards,

    Snook
    Last edited by The_Snook; 07-16-2016 at 06:48 PM.

+ 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] VBA help needed to capture Error and Remove Pivot if error exist else resume
    By Tescatlipoca in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-18-2014, 05:46 PM
  2. [SOLVED] Remove #N/A error
    By kenjcd in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-27-2014, 07:51 AM
  3. How to remove Error
    By Dnyan in forum Excel General
    Replies: 3
    Last Post: 07-23-2014, 05:05 AM
  4. how to remove #DIV/0 error
    By penfold1992 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 10-17-2012, 08:49 AM
  5. Remove #VALUE! Error
    By mbrady1973 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-09-2008, 11:33 AM
  6. Remove Error
    By oberon.black in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-08-2005, 11:20 PM
  7. Remove #DIV/0! error
    By Anthony in forum Excel General
    Replies: 4
    Last Post: 03-04-2005, 10:06 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