+ Reply to Thread
Results 1 to 2 of 2

Formula remain blank IF

  1. #1
    Forum Contributor
    Join Date
    09-16-2013
    Location
    Los Angeles, USA
    MS-Off Ver
    Excel 2011
    Posts
    620

    Formula remain blank IF

    =IF($G6="","",IFERROR(VLOOKUP($G6, EquipmentData!$B$3:$C$95876, 2, FALSE),"Barcode Only Mode"))

    Currently this formula displays 'Barcode Only Mode' when no match is found with the VLOOKUP. How can I modify so when no match is found, to only display 'Barcode Only Mode' IF Users!$M$1 = ON, otherwise it remains blank.

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,333

    Re: Formula remain blank IF

    Hey Nitefox,

    Perhaps
    =IF($G6="","",IFERROR(VLOOKUP($G6, EquipmentData!$B$3:$C$95876, 2, FALSE),If(Users!$M$1="ON","Barcode Only Mode","")))
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say 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] Contents blank - formula remain
    By johnso1985 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-12-2017, 05:24 PM
  2. Formula Cell to remain Blank Until Data Entered
    By Aristillus in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-31-2016, 11:08 AM
  3. [SOLVED] Formula to Omit characters and also remain blank if #VALUE!
    By Hilkiah in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-19-2015, 04:24 PM
  4. Replies: 1
    Last Post: 02-24-2014, 01:46 PM
  5. Formula calculating Time is not working if any input cells remain blank.
    By excel1z008339 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-21-2011, 08:35 AM
  6. Replies: 1
    Last Post: 06-26-2011, 07:39 PM
  7. Cell to remain blank if value =0
    By Butehawk in forum Excel General
    Replies: 2
    Last Post: 05-10-2010, 08:28 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