+ Reply to Thread
Results 1 to 3 of 3

Amend formula to remove #VALUE! from result

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    02-09-2004
    Location
    Cardiff - Wales - UK
    MS-Off Ver
    2013
    Posts
    475

    Question Amend formula to remove #VALUE! from result

    Hi,


    can any please advise of the syntax I need to amend the following formula (which is in cell 'T2')

    =IF(ISNA(A4),"",IF(AND(S4="Not Due",$F$1-K4>0),"Missed",S4))


    to check if cell 'K2' is empty, and if so display 'T2' as blank rather than have 'T2' as #VALUE!


    Many thanks in advance

    Regards


    Rob
    Rob

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,080

    Re: Amend formula to remove #VALUE! from result

    The fault is probably F1-K4, one of them is probably text.
    Use ISTEXT/ISNUMBER to test values.

    You should also rectify the error at A4

    in A4
    =IFERROR(formula,"",formula)
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Amend formula to remove #VALUE! from result

    What results could A4 be showing?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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] Amend ‘If – And ‘formula for another condition
    By robertguy in forum Excel General
    Replies: 3
    Last Post: 01-05-2016, 10:05 AM
  2. Replies: 3
    Last Post: 12-03-2015, 09:53 AM
  3. [SOLVED] Amend formula to return ‘Yes’ rather than ‘P’
    By robertguy in forum Excel General
    Replies: 7
    Last Post: 06-17-2015, 10:03 AM
  4. [SOLVED] Help request to amend the formula
    By mso3 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-30-2015, 02:22 AM
  5. Need to amend a timesheet formula
    By The New Fat in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-18-2013, 10:01 AM
  6. Kindly amend this formula
    By darkhangelsk in forum Excel General
    Replies: 1
    Last Post: 08-28-2009, 01:49 PM
  7. Need to amend Array Formula
    By adam2308 in forum Excel General
    Replies: 3
    Last Post: 07-09-2009, 06:54 PM

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