+ Reply to Thread
Results 1 to 8 of 8

Display #N/A instead of 00-Jan-00

  1. #1
    Registered User
    Join Date
    12-04-2020
    Location
    Bratislava
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    13

    Unhappy Display #N/A instead of 00-Jan-00

    Hello, world.

    I need to display #N/A instead of 00-Jan-00 in the red M column in the attached sample. At the same time, I need the blank cells in columns B:I to remain blank, because of the other formula (in column L). As a result, in column O there should be #N/A instead of FALSE, if a user didn't see any book at all (like for example users Louis-Guy Meersseman and Dirk Flawinne).

    Thank you a lot!
    Attached Files Attached Files
    Last edited by Adelka; 12-18-2020 at 06:05 AM.

  2. #2
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Display #N/A instead of 00-Jan-00

    Try this in O2 and down:
    =IF(EXACT(A2,M2),"","N/A")

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,915

    Re: Display #N/A instead of 00-Jan-00

    Try this:

    =IFERROR(1/(1/MIN(B2,D2,F2,H2,J2)),"#N/A")
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,732

    Re: Display #N/A instead of 00-Jan-00

    You can use this formula in M2:

    =IF(SUM(B2,D2,F2,H2,J2)=0,NA(),IF(ISERROR(MIN(B2,D2,F2,H2,J2)),"",(MIN(B2,D2,F2,H2,J2))))

    although you may need to use semicolons ( ; ) instead of commas ( , ). Then you can copy it down.

    The formula in column O will not need to change, as it will return #N/A if that occurs in column M.

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    12-04-2020
    Location
    Bratislava
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    13

    Re: Display #N/A instead of 00-Jan-00

    You're great, Pete. This works. Thank you!

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,915

    Re: Display #N/A instead of 00-Jan-00

    There were two other people who offered help - don't ignore us, please.

  7. #7
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Display #N/A instead of 00-Jan-00

    Mine was wrong I didn't understand the question right, but AliGW's does work...

  8. #8
    Registered User
    Join Date
    12-04-2020
    Location
    Bratislava
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    13

    Re: Display #N/A instead of 00-Jan-00

    Quote Originally Posted by AliGW View Post
    There were two other people who offered help - don't ignore us, please.
    I'm really sorry, AliGW, I tried Pete_UK's advice in a hurry before meeting and forgot to come back to say thanks also to you. I still have a lot to learn.

+ 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. How do i display a graph that will only display when a cell is clicked or cursor touches?
    By trippyninjas in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-28-2020, 03:04 AM
  2. [SOLVED] Data does not display the correct output when using Sumifs in the final display
    By sevaa in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-12-2019, 04:08 AM
  3. Replies: 3
    Last Post: 10-01-2019, 01:21 AM
  4. Replies: 2
    Last Post: 07-25-2016, 01:27 AM
  5. Replies: 2
    Last Post: 08-29-2015, 10:58 AM
  6. Replies: 1
    Last Post: 01-05-2014, 06:19 PM
  7. Find and display the last occurance in two columns and display related cell
    By willia97 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-28-2012, 08:14 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