+ Reply to Thread
Results 1 to 4 of 4

Replace #value! error with 0

Hybrid View

  1. #1
    Registered User
    Join Date
    02-08-2008
    Posts
    6

    Replace #value! error with 0

    Hi friends,
    In my workbook cell G3 contains the formula =PRODUCT(D3*F3) untill I put values into cells D3 and F3 the #VALUE! is entered. Is there any way to make this disappear and perhaps have $0.00 instead? The G3 column is formatted for currency. Thanks for any suggestions.
    David

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,454
    perhaps =PRODUCT(D3,F3) rather than =PRODUCT(D3*F3) ?
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    One way

    =IF(ISERROR(PRODUCT(D3*F3)),0,PRODUCT(D3*F3))

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  4. #4
    Registered User
    Join Date
    02-08-2008
    Posts
    6

    Vba Noob

    You are the best! Thank you.
    David

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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