+ Reply to Thread
Results 1 to 3 of 3

Amend formula to remove ‘FALSE’ if no valid data to display

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

    Amend formula to remove ‘FALSE’ if no valid data to display

    Hi,

    I’ve inherited a legacy workbook with the following formula :-

    Please Login or Register  to view this content.
    =IF(ISNUMBER($A5),INDIRECT("'PERFORMA Data'!L"&MATCH($A5,'PERFORMA Data'!$AV:$AV,0),TRUE))
    Please Login or Register  to view this content.


    The formula works fine when there is valid data in the corresponding cells on the 'PERFORMA Data' worksheet, however, when there is no data 'PERFORMA Data' worksheet in the corresponding cells it returns the text ‘FALSE’.

    Can any please advise how to amend the formula to only display valid data (if available) and only a blank cell i.e. do not display the text ‘FALSE’ if no valid data


    Many thanks I advance

    Regards


    Rob
    Rob

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

    Re: Amend formula to remove ‘FALSE’ if no valid data to display

    =IF(ISNUMBER($A5),INDIRECT("'PERFORMA Data'!L"&MATCH($A5,'PERFORMA Data'!$AV:$AV,0),TRUE),"")
    Last edited by Special-K; 04-19-2018 at 10:33 AM.
    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
    Forum Contributor
    Join Date
    02-09-2004
    Location
    Cardiff - Wales - UK
    MS-Off Ver
    2013
    Posts
    475

    Re: Amend formula to remove ‘FALSE’ if no valid data to display

    Special-K,

    Excellent !!


    Many Thanks


    Regards


    Rob

+ 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] True false, Valid = 1
    By TPS in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-25-2020, 07:52 AM
  2. [SOLVED] Amend formula to display full month name as part of file name format
    By robertguy in forum Excel General
    Replies: 4
    Last Post: 04-19-2018, 10:59 AM
  3. Amend Vlookup formula to remove #Value if not data found
    By robertguy in forum Excel General
    Replies: 3
    Last Post: 01-06-2017, 08:37 AM
  4. Amend formula to remove #VALUE! from result
    By robertguy in forum Excel General
    Replies: 2
    Last Post: 06-28-2016, 12:50 AM
  5. Remove FALSE from array formula
    By strangedenial in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-29-2015, 03:15 AM
  6. [SOLVED] Formula to Display Valid Revenue Daily
    By SamuelMRoth in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-14-2013, 04:22 AM
  7. How to check and remove the formula valid time limit?
    By lsteng_81 in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 08-01-2009, 03:11 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