+ Reply to Thread
Results 1 to 5 of 5

Help with #VALUE!

  1. #1
    Registered User
    Join Date
    09-03-2013
    Location
    Chicago
    MS-Off Ver
    Excel 2010
    Posts
    5

    Exclamation Help with #VALUE!

    Dear Friends,

    I have the following formula in cell H4
    =IF(((F3-(C3+E3))>=0),"Yes","No")

    Can someone help me to eliminate the #VALUE! response for cell without data?

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,895

    Re: Help with #VALUE!

    Wrap the functions in the Iferror function. See attached.
    Attached Files Attached Files
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Help with #VALUE!

    May be this...

    In H3 Cell
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Drag it down...


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  4. #4
    Forum Contributor
    Join Date
    05-07-2013
    Location
    apple valley ca
    MS-Off Ver
    Excel 2007
    Posts
    110

    Re: Help with #VALUE!

    just put this in cell H3 then copy down..

    =IFERROR(IF(((F3-(C3+E3))>=0),"Yes","No"),"")

    and in J3
    =IFERROR(F3-(C3+E3),"")

    and in M3
    =IFERROR(IF(((K3-(C3+E3))>=0),"Yes","No"),"")
    Last edited by xwarlock10x; 09-04-2013 at 01:59 AM.

  5. #5
    Registered User
    Join Date
    09-03-2013
    Location
    Chicago
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Help with #VALUE!

    THANKS...!
    It works great

+ 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