+ Reply to Thread
Results 1 to 3 of 3

Ignore N/A error and return value

  1. #1
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    833

    Ignore N/A error and return value

    Hi guys

    I have 2 cells one in F3 which says #N/A and G3 which is '0' (blank)

    My formula in H3 is: =IF(F3=G3, "Aligned", "Not aligned") How can I overcome this to say: If F3 has #N/A and G3 is '0' (blank) return 'Not aligned' because it currently returns #N/A and it's not helpful

    thank you.

    R.
    Thanks,

    R.



  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: Ignore N/A error and return value

    Try

    =iferror(IF(F3=G3, "Aligned", "Not aligned"),"Not aligned")

  3. #3
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    833

    Re: Ignore N/A error and return value

    thank you so much!

+ 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. Replies: 4
    Last Post: 08-15-2020, 05:42 PM
  2. [SOLVED] Ignore - Two conditions to return a Value
    By masond3 in forum Excel General
    Replies: 2
    Last Post: 02-24-2020, 05:52 AM
  3. Return second to last value but ignore -
    By Nightfire101 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-17-2018, 01:50 PM
  4. [SOLVED] Macro To IGNORE ERROR - Cell With Formula / Green Arrow Error
    By Logit in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-06-2018, 09:16 PM
  5. [SOLVED] Return last numeric value in a row (greater than zero; ignore errors)
    By Luis Ah-Hoy Jr. in forum Excel General
    Replies: 7
    Last Post: 07-02-2018, 03:52 PM
  6. [SOLVED] Ignore formula and return zero if cell is blank
    By kev2050 in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 06-22-2018, 08:27 AM
  7. [SOLVED] On error, ignore error but show message box
    By chin67326 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-18-2015, 07:54 PM

Tags for this Thread

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