+ Reply to Thread
Results 1 to 4 of 4

Pattern Formula?

  1. #1
    sixwest
    Guest

    Pattern Formula?

    I'm OK with understanding conditional formatting but my question is for
    adjacent cells. What I need to do is to enter a conditional value in one cell
    (in my case a "Y") and then have adjacent cells change their color pattern
    (in this case "black").

    Can this be done somehow?

    Thanks
    --
    6-West

  2. #2
    TomHinkle
    Guest

    RE: Pattern Formula?

    yes
    in the first dropdown of the conditional formatting box, change the default
    value from 'cell value is' to 'formula is'.. Then input a formula that
    evaluates to T/f (like: $A1=1)

    That should do it!

    "sixwest" wrote:

    > I'm OK with understanding conditional formatting but my question is for
    > adjacent cells. What I need to do is to enter a conditional value in one cell
    > (in my case a "Y") and then have adjacent cells change their color pattern
    > (in this case "black").
    >
    > Can this be done somehow?
    >
    > Thanks
    > --
    > 6-West


  3. #3
    Ian
    Guest

    Re: Pattern Formula?

    Use the same criteria in the other cells but referencing the first. eg if A1
    needs to be between 1 & 2 to fulfil the criteria, the in eg B1 use formula
    is =if(A1>=1,A1<=2).

    --
    Ian
    --
    "sixwest" <sixwest190@yahoo.com> wrote in message
    news:B848FC26-B219-4823-AB4C-98239DABC3D8@microsoft.com...
    > I'm OK with understanding conditional formatting but my question is for
    > adjacent cells. What I need to do is to enter a conditional value in one
    > cell
    > (in my case a "Y") and then have adjacent cells change their color pattern
    > (in this case "black").
    >
    > Can this be done somehow?
    >
    > Thanks
    > --
    > 6-West




  4. #4
    Ray A
    Guest

    RE: Pattern Formula?


    One way:
    in the cells you want to change conditional format>formula
    is>=if(a1?=y,true,false)

    hth

    "sixwest" wrote:

    > I'm OK with understanding conditional formatting but my question is for
    > adjacent cells. What I need to do is to enter a conditional value in one cell
    > (in my case a "Y") and then have adjacent cells change their color pattern
    > (in this case "black").
    >
    > Can this be done somehow?
    >
    > Thanks
    > --
    > 6-West


+ 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