+ Reply to Thread
Results 1 to 3 of 3

conditional formatting

  1. #1
    Registered User
    Join Date
    03-11-2005
    Posts
    12

    conditional formatting

    is it possible to do conditional formatting for an entire row but using the information for a specific cell/column? I want the entire row to change colour when the information in one column is between certain values. Another related question is that I'm counting the # days between a start and end date but I want it to stop when i enter a received in another column, how can i do that?

  2. #2
    Registered User
    Join Date
    03-11-2005
    Posts
    3
    With regards to your first question, yes it is possible. i've done it the following way:
    1) Select the cells in the row that you want to change color. in my case, the cell that would determine the color was the last cell in the row. not sure if that matters.
    2) Go to Format\Conditional Formatting
    3) Choose "Formula Is" under Condition 1. Then use the following formula, changing cell number and values as appropriate for your spreadsheet: =AND($E2>100,$E2<250)
    where E2 is the cell that determines the color.
    4) Choose the Format that you want.

    You'll notice above in step 3) that only the E is hardcoded ($E). To apply the conditional formatting to other rows of data, you can use Copy \ Paste Special \ Formats.
    Hope this helps

  3. #3
    Registered User
    Join Date
    03-11-2005
    Posts
    12
    It does help thanks ...

+ 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