+ Reply to Thread
Results 1 to 12 of 12

Locate-select records with both ColA & ColC filled

  1. #1
    Registered User
    Join Date
    07-17-2012
    Location
    Crete
    MS-Off Ver
    Excel 2003
    Posts
    13

    Locate-select records with both ColA & ColC filled

    Hello forum,

    I am currently editing a road name index worksheet to use as a reference index in a book. This table has 3 columns as follows..

    road name 1 neighbourhood name 1 page number1
    road name 2 neighbourhood name 2 page number2
    - - page number3
    ----
    this has 6ooo records in it....I am trying to locate-select the records in Column C that do not have a Column A cell filled in (or more easily has both colA & colB filled cell). I am doing that in order to continue with a sort by column A to have the final look of the table.

    would a sort by column A do the trick I am looking for in order to discard unwanted data afterwards?would the sort be affected by empty cells in Column B?

    regards
    Last edited by aiolosply; 07-17-2012 at 05:20 AM.

  2. #2
    Registered User
    Join Date
    07-17-2012
    Location
    Crete
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Locate-select records with both ColA & ColC filled

    sorry I think that this is a very easy issue if I use conditional formatting formula...if anyone could turn on the lights, thanks

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Locate-select records with both ColA & ColC filled

    You'd want to highlight rows that have either ColA or ColB as blank. Hence use in conditional formatting for C2

    =IF(OR(A2="",B2=""),TRUE)

    and so on
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Registered User
    Join Date
    07-17-2012
    Location
    Crete
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Locate-select records with both ColA & ColC filled

    ok...

    i manually select the row I am interested in (c22) and then..

    I use condition 1 to find if there are blanks in Col A OR B (by using your formula above)

    =IF(OR(A22="";B22="").TRUE)

    and highlight the particular cells


    but an error returns highlighting ,TRUE)
    Last edited by aiolosply; 07-17-2012 at 06:42 AM. Reason: enhanced question

  5. #5
    Registered User
    Join Date
    07-17-2012
    Location
    Crete
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Locate-select records with both ColA & ColC filled

    Updated question

  6. #6
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Locate-select records with both ColA & ColC filled

    You would need to use the formula (given above) in the 'use formula to determine which cells to format' under 'conditonal formatting'

  7. #7
    Registered User
    Join Date
    07-17-2012
    Location
    Crete
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Locate-select records with both ColA & ColC filled

    is this available in excel 2003?

  8. #8
    Registered User
    Join Date
    07-17-2012
    Location
    Crete
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Locate-select records with both ColA & ColC filled

    Quote Originally Posted by Ace_XL View Post
    You would need to use the formula (given above) in the 'use formula to determine which cells to format' under 'conditonal formatting'
    I do not have this option

  9. #9
    Registered User
    Join Date
    07-17-2012
    Location
    Crete
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Locate-select records with both ColA & ColC filled

    I M STUCK...

    the formula can't work for me....I tried to format the cell by turns
    highlight cell when A22=""
    cell highlighted ok
    and then
    strikethrough when B22=""
    cell striked ok

  10. #10
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Locate-select records with both ColA & ColC filled

    You need to use the 'Forumla Is' option in Excle 2003 and then use the above formula

    Some help on this at
    http://office.microsoft.com/en-us/ex...001111661.aspx

  11. #11
    Registered User
    Join Date
    07-17-2012
    Location
    Crete
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Locate-select records with both ColA & ColC filled

    =IF(OR(A22="",B22=""),TRUE)

    returns error at ,B22

  12. #12
    Registered User
    Join Date
    07-17-2012
    Location
    Crete
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Locate-select records with both ColA & ColC filled

    guess what instead of using , I used ; and it worked

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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