+ Reply to Thread
Results 1 to 8 of 8

ISERROR function to remove #VALUE

Hybrid View

singerbatfink ISERROR function to remove... 11-26-2010, 06:08 AM
Richard Buttrey Re: ISERROR function to... 11-26-2010, 06:16 AM
singerbatfink Re: ISERROR function to... 11-26-2010, 06:31 AM
KiPA Re: ISERROR function to... 11-26-2010, 06:54 AM
singerbatfink Re: ISERROR function to... 11-26-2010, 07:15 AM
Richard Buttrey Re: ISERROR function to... 11-26-2010, 07:15 AM
singerbatfink Re: ISERROR function to... 11-26-2010, 08:22 AM
arthurbr Re: ISERROR function to... 11-26-2010, 06:53 AM
  1. #1
    Forum Contributor
    Join Date
    03-02-2010
    Location
    Northumberland, England
    MS-Off Ver
    Excel 2016
    Posts
    143

    ISERROR function to remove #VALUE

    Hi,

    I cant get the ISERROR function in this if statement to remove the #VALUE, could someone tell me what Ive done wrong here?

    =IF(ISERROR((N3<M3,ROUND(O3,1)&" "&C3&" Interviews Short of Benchmark ",ROUND(O3,1)&" Surplus Interviews Booked"))," ",(N3<M3,ROUND(O3,1)&" "&C3&" Interviews Short of Benchmark ",ROUND(O3,1)&" Surplus Interviews Booked"))
    Thanks in advance.

    B
    Last edited by singerbatfink; 11-26-2010 at 08:23 AM.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: ISERROR function to remove #VALUE

    Hi,

    Difficult to be sure without seeing the formula in context, i.e. in the workbook, but try:

    =IF(ISERROR(N3<M3),ROUND(O3,1)&" "&C3&" Interviews Short of Benchmark ",ROUND(O3,1)&" Surplus Interviews Booked")
    HTH
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Contributor
    Join Date
    03-02-2010
    Location
    Northumberland, England
    MS-Off Ver
    Excel 2016
    Posts
    143

    Re: ISERROR function to remove #VALUE

    Hi Richard,

    Thanks for your prompt response. I did try your suggestion but it still returned the error.

    Ive attached a scenario so you can have a better look at it.

    Regards

    B
    Attached Files Attached Files
    Last edited by singerbatfink; 11-26-2010 at 06:31 AM. Reason: poor spelling

  4. #4
    Registered User
    Join Date
    11-22-2010
    Location
    Finland
    MS-Off Ver
    Excel 2003, 2007
    Posts
    95

    Re: ISERROR function to remove #VALUE

    Why is there that C3 in value_if_true merge? Because with this logic it would be empty (because there would be nothing in C3) so that it would be unnecessary in the first place.

    Edit: never mind
    Last edited by KiPA; 11-26-2010 at 07:00 AM. Reason: delusion
    An example file is never useless!

    Tried an example function of mine and got errors?
    - Had you found them, replace ; with , and , with .

  5. #5
    Forum Contributor
    Join Date
    03-02-2010
    Location
    Northumberland, England
    MS-Off Ver
    Excel 2016
    Posts
    143

    Re: ISERROR function to remove #VALUE

    Thanks arthurbr,

    Thats got rid of the #VALUE. How do I now make the cell look blank if there is no data in the table?

    B

  6. #6
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: ISERROR function to remove #VALUE

    Hi,

    Why not just

    =IF(O3="","",IF(N3<M3,ROUND(O3,1)&" "&C3&" Interviews Short of Benchmark ",ROUND(O3,1)&" Surplus Interviews Booked"))
    Rgds

  7. #7
    Forum Contributor
    Join Date
    03-02-2010
    Location
    Northumberland, England
    MS-Off Ver
    Excel 2016
    Posts
    143

    Re: ISERROR function to remove #VALUE

    Thanks for the help.. Great stuff..

  8. #8
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: ISERROR function to remove #VALUE

    Is the attached what you need?
    Attached Files Attached Files

+ 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