+ Reply to Thread
Results 1 to 7 of 7

Shade a cell on one wrksht if another wrksht cell is occupied

Hybrid View

Guest Shade a cell on one wrksht if... 05-22-2006, 12:10 PM
SteveG You can use Conditional... 05-22-2006, 12:43 PM
Guest Re: Shade a cell on one... 05-22-2006, 01:10 PM
Guest Re: Shade a cell on one... 05-22-2006, 01:15 PM
SteveG Clark, See Chip's post. ... 05-22-2006, 01:30 PM
Guest Re: Shade a cell on one... 05-22-2006, 01:35 PM
SteveG You're welcome. Cheers, ... 05-22-2006, 01:36 PM
  1. #1
    Clark
    Guest

    Shade a cell on one wrksht if another wrksht cell is occupied



  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    You can use Conditional Formatting, you just have to Name the cell you want it to refer to. Say in Sheet1!A1, you want to apply the shading if Sheet2!A1 = something. Go to Insert>Name>Define. Type in a name for the reference to Sheet!2A1 ( I used Shade). Go to the cell you want to apply the CF to. Change the Cell Value is: option to Formula is then use something like:

    =Shade<>""

    Click Format>Patterns and pick the color you want. Click OK and OK.

    Does that help?

    Steve

  3. #3
    Clark
    Guest

    Re: Shade a cell on one wrksht if another wrksht cell is occupied

    Thanks Steve,

    I named the cell "GroupName" on the other worksheet. Can you tell me the
    formula to achieve the following?

    If the cell "GroupName" has ANY text in it, I want a separate worksheet cell
    (call it A1) to fill in with a specific color. Does that make sense?

    "SteveG" wrote:

    >
    > You can use Conditional Formatting, you just have to Name the cell you
    > want it to refer to. Say in Sheet1!A1, you want to apply the shading
    > if Sheet2!A1 = something. Go to Insert>Name>Define. Type in a name
    > for the reference to Sheet!2A1 ( I used Shade). Go to the cell you
    > want to apply the CF to. Change the Cell Value is: option to Formula
    > is then use something like:
    >
    > =Shade<>""
    >
    > Click Format>Patterns and pick the color you want. Click OK and OK.
    >
    > Does that help?
    >
    > Steve
    >
    >
    > --
    > SteveG
    > ------------------------------------------------------------------------
    > SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
    > View this thread: http://www.excelforum.com/showthread...hreadid=544350
    >
    >


  4. #4
    Chip Pearson
    Guest

    Re: Shade a cell on one wrksht if another wrksht cell is occupied

    In the Conditional Formatting dialog, change "Cell Value Is" to
    "Formula Is", and enter the following formula:

    =LEN(GroupName)


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com


    "Clark" <Clark@discussions.microsoft.com> wrote in message
    news:D208301B-AED4-4255-BB52-DAEE25FE10F5@microsoft.com...
    > Thanks Steve,
    >
    > I named the cell "GroupName" on the other worksheet. Can you
    > tell me the
    > formula to achieve the following?
    >
    > If the cell "GroupName" has ANY text in it, I want a separate
    > worksheet cell
    > (call it A1) to fill in with a specific color. Does that make
    > sense?
    >
    > "SteveG" wrote:
    >
    >>
    >> You can use Conditional Formatting, you just have to Name the
    >> cell you
    >> want it to refer to. Say in Sheet1!A1, you want to apply the
    >> shading
    >> if Sheet2!A1 = something. Go to Insert>Name>Define. Type in
    >> a name
    >> for the reference to Sheet!2A1 ( I used Shade). Go to the
    >> cell you
    >> want to apply the CF to. Change the Cell Value is: option to
    >> Formula
    >> is then use something like:
    >>
    >> =Shade<>""
    >>
    >> Click Format>Patterns and pick the color you want. Click OK
    >> and OK.
    >>
    >> Does that help?
    >>
    >> Steve
    >>
    >>
    >> --
    >> SteveG
    >> ------------------------------------------------------------------------
    >> SteveG's Profile:
    >> http://www.excelforum.com/member.php...fo&userid=7571
    >> View this thread:
    >> http://www.excelforum.com/showthread...hreadid=544350
    >>
    >>




  5. #5
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    Clark,

    See Chip's post.


    Steve

  6. #6
    Clark
    Guest

    Re: Shade a cell on one wrksht if another wrksht cell is occupied

    Thanks guys, I got it to work!

    "Chip Pearson" wrote:

    > In the Conditional Formatting dialog, change "Cell Value Is" to
    > "Formula Is", and enter the following formula:
    >
    > =LEN(GroupName)
    >
    >
    > --
    > Cordially,
    > Chip Pearson
    > Microsoft MVP - Excel
    > Pearson Software Consulting, LLC
    > www.cpearson.com
    >
    >
    > "Clark" <Clark@discussions.microsoft.com> wrote in message
    > news:D208301B-AED4-4255-BB52-DAEE25FE10F5@microsoft.com...
    > > Thanks Steve,
    > >
    > > I named the cell "GroupName" on the other worksheet. Can you
    > > tell me the
    > > formula to achieve the following?
    > >
    > > If the cell "GroupName" has ANY text in it, I want a separate
    > > worksheet cell
    > > (call it A1) to fill in with a specific color. Does that make
    > > sense?
    > >
    > > "SteveG" wrote:
    > >
    > >>
    > >> You can use Conditional Formatting, you just have to Name the
    > >> cell you
    > >> want it to refer to. Say in Sheet1!A1, you want to apply the
    > >> shading
    > >> if Sheet2!A1 = something. Go to Insert>Name>Define. Type in
    > >> a name
    > >> for the reference to Sheet!2A1 ( I used Shade). Go to the
    > >> cell you
    > >> want to apply the CF to. Change the Cell Value is: option to
    > >> Formula
    > >> is then use something like:
    > >>
    > >> =Shade<>""
    > >>
    > >> Click Format>Patterns and pick the color you want. Click OK
    > >> and OK.
    > >>
    > >> Does that help?
    > >>
    > >> Steve
    > >>
    > >>
    > >> --
    > >> SteveG
    > >> ------------------------------------------------------------------------
    > >> SteveG's Profile:
    > >> http://www.excelforum.com/member.php...fo&userid=7571
    > >> View this thread:
    > >> http://www.excelforum.com/showthread...hreadid=544350
    > >>
    > >>

    >
    >
    >


  7. #7
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    You're welcome.

    Cheers,

    Steve

+ 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