+ Reply to Thread
Results 1 to 2 of 2

How can i skip row in the false case of IF

  1. #1
    Registered User
    Join Date
    09-28-2020
    Location
    usa
    MS-Off Ver
    2020
    Posts
    1

    How can i skip row in the false case of IF

    Hello,
    I want to skip the row in the false case.
    I use this IF on sheet B only:
    IF(AND(LEFT(ALL!A2,3)="BBB",ALL!B2="C"),ALL!A2,"").


    I not want any blank row here , i saw people use Small function and some others
    Attached Files Attached Files

  2. #2
    Forum Expert JLGWhiz's Avatar
    Join Date
    02-20-2011
    Location
    Florida, USA
    MS-Off Ver
    Windows 10, Excel 2013
    Posts
    2,070

    Re: How can i skip row in the false case of IF

    If you mean prevent blank rows on sheet B only so that your data appears on that sheet in consecutive rows, you cannot do it with that formula. You would likely have to use vba macro to do that. But when doing so, you lose the relationship of the row number on sheet All if you only retrieve the column A entry from sheet All.
    Last edited by JLGWhiz; 09-28-2020 at 04:34 PM.
    Any code provided by me should be tested on a copy or a mock up of your original data before applying it to the original. Some events in VBA cannot be reversed with the undo facility in Excel. If your original post is satisfied, please mark the thread as "Solved". To upload a file, see the banner at top of this page.
    Just when I think I am smart, I learn something new!

+ 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. If false, ignore and skip to next row
    By earlution in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-15-2020, 02:05 PM
  2. [SOLVED] IF FALSE, skip to the next row
    By MYazal in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-03-2016, 06:28 PM
  3. [SOLVED] False value, then skip to next line, etc.
    By hidden78731 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-24-2016, 03:10 PM
  4. [SOLVED] If statement is false skip to next row
    By jmack549 in forum Excel General
    Replies: 13
    Last Post: 04-16-2015, 07:32 AM
  5. [SOLVED] Selected Case, If Case 0 = then Combobox3 Enable = False
    By Excelnoub in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-30-2014, 06:35 AM
  6. [SOLVED] How do I Skip a Row if the Value is False
    By coconnor in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-28-2012, 10:26 AM
  7. If false skip to next
    By irresistible007 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-17-2005, 07:10 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