+ Reply to Thread
Results 1 to 5 of 5

If cell = false, go to next cell?

  1. #1
    Registered User
    Join Date
    09-07-2008
    Location
    UK
    Posts
    12

    If cell = false, go to next cell?

    Hi,

    With the following list on Sheet1, on Sheet2 I want list only the Names that don't have a value next to them:

    Aaron
    Abigail 6
    Alexander
    Alina 24
    Allan
    Andrew 5
    Ann

    That sounds so easy to explain, but I am baffled as to how you can do it with a standard if function without getting the following type of result (this list could be up to 200 names - I only want ones that don't have a populated field next to them):

    Aaron True
    Abigail
    Alexander True
    Alina
    Allan True
    Ann

    Can this be done with a groovy IF and INDEX formula, or is VBA (of which I have very limited skills) the only way to go?

    In anticipation of your awesomenesses, my thanks,

    A

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    http://www.excelforum.com/excel-gene...t-to-them.html

  3. #3
    Valued Forum Contributor
    Join Date
    08-26-2008
    Location
    singapore
    Posts
    626
    =if(isnumber(right(a1,1)*1),"",a1)

  4. #4
    Valued Forum Contributor rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    re: If cell = false, go to next cell?

    For this example the following would work as well:

    =LEFT(A1;FIND(" ";A1&" ";1)-1)

    Gr,
    Ricardo

  5. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    anyone not bother to read the link to the duplicate thread then?

+ 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. Need big help with Excell and numbers
    By casperboy77 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-10-2008, 06:50 PM
  2. using cell content to reference a worksheet tab name in second workbook
    By Conor in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-29-2007, 09:32 AM
  3. Lookup ignoring values and at different row sizes
    By Robin Quinnell in forum Excel General
    Replies: 0
    Last Post: 08-18-2007, 03:40 PM
  4. Help with combo boxes and macros
    By Bacchus815 in forum Excel General
    Replies: 3
    Last Post: 08-01-2007, 04:56 PM
  5. copying various cells in ot different cells in a different sheet
    By MonkeyDeath in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 07-25-2007, 11:22 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