+ Reply to Thread
Results 1 to 6 of 6

Formula needed to hide “no data” text in cells

  1. #1
    Forum Contributor
    Join Date
    07-06-2013
    Location
    USA
    MS-Off Ver
    MS Office 2019 Pro Plus
    Posts
    182

    Formula needed to hide “no data” text in cells

    WS Attached

    Hoping there is a quick fix for this. Basically when I have a formula in a range of cells
    And the data is not present I see either a #N/A or #DIV/0! In the cell. I would like for the cell to appear blank when no data is present.

    Please see ‘STATS’ T15 & U15
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Formula needed to hide “no data” text in cells

    See reply to your earlier post:

    Returns blank if Error

    =IFERROR(yourformula,"")

  3. #3
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Formula needed to hide “no data” text in cells

    you have to use error handling one way is using the iferror

    =iferror(your exisitng formula here,"") -the "" means blank


    Edit: oopsss.... I'm late
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  4. #4
    Forum Contributor
    Join Date
    07-06-2013
    Location
    USA
    MS-Off Ver
    MS Office 2019 Pro Plus
    Posts
    182

    Re: Formula needed to hide “no data” text in cells

    Please see attached WS
    'SALES' J22:J507 shows the issue I am having.

    Those range of cells are date format. When no data is entered into the connecting cell, instead of it being blank it returns as 01/00/00
    which in turn messes up all my calculations throughout the page as I use dates for certain calculations.

    How can we have it come back truly blank so it does not mess up the calculations?

    Thanks
    Attached Files Attached Files

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Formula needed to hide “no data” text in cells

    Try

    =IF(LEADS!L6="","",LEADS!L6)

  6. #6
    Forum Contributor
    Join Date
    07-06-2013
    Location
    USA
    MS-Off Ver
    MS Office 2019 Pro Plus
    Posts
    182

    Re: Formula needed to hide “no data” text in cells

    Works thanks

+ 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] Formula Needed copy/paste data from mult cells to another activated by data ent in a cell
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-09-2017, 11:55 AM
  2. [SOLVED] Formula needed to auto populate in a range of cells on mult sprdsheets based on text input
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-31-2015, 06:40 PM
  3. Macro needed to insert certain text after a specific cell value, sort,filter, hide and sav
    By scarlettw123 in forum Excel Programming / VBA / Macros
    Replies: 20
    Last Post: 02-03-2015, 07:41 PM
  4. Formula needed for looking up matching text in separate data sets
    By computer1234 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-23-2014, 06:48 PM
  5. Formula needed for dividing 2 sets of cells and excluding adjacent text cells
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-07-2013, 06:45 PM
  6. [SOLVED] formula needed to copy same set of data from cells into a list
    By will2k in forum Excel General
    Replies: 1
    Last Post: 12-04-2012, 03:23 AM
  7. Macro or Formula needed to search data in cells
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-07-2005, 09:07 AM

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