+ Reply to Thread
Results 1 to 3 of 3

Conditional Formatting Based on Adjacent Cell

  1. #1
    Registered User
    Join Date
    03-26-2010
    Location
    twentynine palms, CA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Conditional Formatting Based on Adjacent Cell

    I have a spreadsheet with three workbooks. The first workbook has two colums with a listing of artists in column A and corresponding songs in column B. In the second workbook I created formulas to snake the two columns into four. The formulas A-D are as follows:

    =IF(Sheet1!A2="","",IF(Sheet1!A2=Sheet1!A1,"",Sheet1!A2))
    =IF(Sheet1!B2="","",IF(Sheet1!B2=Sheet1!B1,"",Sheet1!B2))
    =IF(Sheet1!A50="","",IF(Sheet1!A50=Sheet1!A49,Sheet1!A50&"(cont.)",Sheet1!A50))
    =IF(Sheet1!B50="","",IF(Sheet1!B50=Sheet1!B49,"",Sheet1!B50))


    This causes the Artist to only be displayed once and all that artists songs are listed in the next column. And, if the artists songs follow onto the following page, the artist's name is displayed again followed by (cont.).

    Now I am trying to create an outline box around each artist and his/her songs. Can anyone help me with this?
    Last edited by Yourgurlwantsme; 03-27-2010 at 05:36 PM. Reason: more specific title

  2. #2
    Registered User
    Join Date
    03-26-2010
    Location
    twentynine palms, CA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Conditional Formatting

    I would also like to create a macto that searches Sheet1 in order to find duplicate values in both Column A and Column B, delete those values, and move the remaining values up one space. I would have the macro delete the row, but when i have deleted rows in the past, the references to those cells on Sheet2 have been changed to #REF!.

  3. #3
    Registered User
    Join Date
    03-26-2010
    Location
    twentynine palms, CA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Conditional Formatting

    I solved the secong problem. Seems excel 2007 has a built in function to do this =P

+ 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