+ Reply to Thread
Results 1 to 5 of 5

Excel 2008 : solved: Highlight cells based on other columns

  1. #1
    Registered User
    Join Date
    08-23-2009
    Location
    US
    MS-Off Ver
    Excel 2007
    Posts
    10

    Arrow solved: Highlight cells based on other columns

    I really did look for this before posting. It sounds simple but I can't figure it out. My spreadsheet in column B has many, many account numbers. I want to format cells in Column F based on the cell values in B.

    For example: cells B1, B2, B3....have account numbers that are in numerical order. Column F has $ amounts that are held in each account. I want a formula that will highlight the dollar amount in Col F if Col B is within ( including the highest and lowest account) in a specific range ex. if column B is >=110031100004 and <=110031100600 then format green.

    I am not sure how to do this using Excel 2008

    Thank you very much for your help!!!
    Last edited by guyel; 07-19-2010 at 10:02 AM.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Highlight cells based on other columns

    =and(b1>=110031100004 ,b1<=110031100600)
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    08-23-2009
    Location
    US
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Highlight cells based on other columns

    Thank you, but this only highlights cells in B. How do I highlight cells in F based on the values in B? (I chose column F to conditional format and entered this formula)

    Thank you

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Highlight cells based on other columns

    =and($b1>=110031100004 ,$b1<=110031100600)

  5. #5
    Registered User
    Join Date
    08-23-2009
    Location
    US
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Highlight cells based on other columns

    SWEET!!

    Thank you so much!! this works great

+ 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