+ Reply to Thread
Results 1 to 5 of 5

=?Utf-8?Q?Formatting_cells_Auto_fill_color?==?Utf-8?Q?_using_=E2=80=9CIf=E2=80=9D?=

  1. #1
    Masatami
    Guest

    =?Utf-8?Q?Formatting_cells_Auto_fill_color?==?Utf-8?Q?_using_=E2=80=9CIf=E2=80=9D?=

    I have the following formula in a cell:
    =IF(Q28<0.65,"BLACK",IF(Q28<0.85,"RED",IF(Q28<1,"YELLOW","GREEN")))
    I am attempting to change the color of Green to Bright Green. I assumed
    changing the formula to:
    =IF(Q28<0.65,"BLACK",IF(Q28<0.85,"RED",IF(Q28<1,"YELLOW","BRIGHTGREEN")))
    would work but in changing the formula resulted in a Black filled cell not
    bright green.

    If some one could advise how to change to a different color it would be
    appreciated.


  2. #2
    Dave R.
    Guest

    Re: Formatting cells Auto fill color using "If"

    Where to begin...

    WIth reference to your first formula, that formula will return "BLACK" for
    any value less than 1 (that is, <1).. any number more than 1 and you'll get
    "GREEN" or "Brightgreen".. you either have the signs or the order mixed up.

    You cannot change colors like that. If you want to change colors, see
    conditional formatting under online help (F1).




    "Masatami" <Masatami @discussions.microsoft.com> wrote in message
    news:[email protected]...
    > I have the following formula in a cell:
    > =IF(Q28<0.65,"BLACK",IF(Q28<0.85,"RED",IF(Q28<1,"YELLOW","GREEN")))
    > I am attempting to change the color of Green to Bright Green. I assumed
    > changing the formula to:
    > =IF(Q28<0.65,"BLACK",IF(Q28<0.85,"RED",IF(Q28<1,"YELLOW","BRIGHTGREEN")))
    > would work but in changing the formula resulted in a Black filled cell not
    > bright green.
    >
    > If some one could advise how to change to a different color it would be
    > appreciated.
    >




  3. #3
    Masatami
    Guest

    Re: Formatting cells Auto fill color using "If"

    Dave,

    Thank you for pointing me in the correct direction your time is appreciated.

    "Dave R." wrote:

    > Where to begin...
    >
    > WIth reference to your first formula, that formula will return "BLACK" for
    > any value less than 1 (that is, <1).. any number more than 1 and you'll get
    > "GREEN" or "Brightgreen".. you either have the signs or the order mixed up.
    >
    > You cannot change colors like that. If you want to change colors, see
    > conditional formatting under online help (F1).
    >
    >
    >
    >
    > "Masatami" <Masatami @discussions.microsoft.com> wrote in message
    > news:[email protected]...
    > > I have the following formula in a cell:
    > > =IF(Q28<0.65,"BLACK",IF(Q28<0.85,"RED",IF(Q28<1,"YELLOW","GREEN")))
    > > I am attempting to change the color of Green to Bright Green. I assumed
    > > changing the formula to:
    > > =IF(Q28<0.65,"BLACK",IF(Q28<0.85,"RED",IF(Q28<1,"YELLOW","BRIGHTGREEN")))
    > > would work but in changing the formula resulted in a Black filled cell not
    > > bright green.
    > >
    > > If some one could advise how to change to a different color it would be
    > > appreciated.
    > >

    >
    >
    >


  4. #4
    Dave R.
    Guest

    Re: Formatting cells Auto fill color using "If"

    It was my pleasure sir.


    "Masatami" <[email protected]> wrote in message
    news:[email protected]...
    > Dave,
    >
    > Thank you for pointing me in the correct direction your time is

    appreciated.
    >
    > "Dave R." wrote:
    >
    > > Where to begin...
    > >
    > > WIth reference to your first formula, that formula will return "BLACK"

    for
    > > any value less than 1 (that is, <1).. any number more than 1 and you'll

    get
    > > "GREEN" or "Brightgreen".. you either have the signs or the order mixed

    up.
    > >
    > > You cannot change colors like that. If you want to change colors, see
    > > conditional formatting under online help (F1).
    > >
    > >
    > >
    > >
    > > "Masatami" <Masatami @discussions.microsoft.com> wrote in message
    > > news:[email protected]...
    > > > I have the following formula in a cell:
    > > > =IF(Q28<0.65,"BLACK",IF(Q28<0.85,"RED",IF(Q28<1,"YELLOW","GREEN")))
    > > > I am attempting to change the color of Green to Bright Green. I

    assumed
    > > > changing the formula to:
    > > >

    =IF(Q28<0.65,"BLACK",IF(Q28<0.85,"RED",IF(Q28<1,"YELLOW","BRIGHTGREEN")))
    > > > would work but in changing the formula resulted in a Black filled cell

    not
    > > > bright green.
    > > >
    > > > If some one could advise how to change to a different color it would

    be
    > > > appreciated.
    > > >

    > >
    > >
    > >




  5. #5
    Gord Dibben
    Guest

    Re: Formatting cells Auto fill color using “If”

    Masatami

    Are you saying that with that formula the cell background color actually
    changes to red or black or green or yellow?

    How do you do that?


    Gord Dibben Excel MVP

    On Wed, 12 Jan 2005 14:09:02 -0800, "Masatami" <Masatami
    @discussions.microsoft.com> wrote:

    >I have the following formula in a cell:
    >=IF(Q28<0.65,"BLACK",IF(Q28<0.85,"RED",IF(Q28<1,"YELLOW","GREEN")))
    >I am attempting to change the color of Green to Bright Green. I assumed
    >changing the formula to:
    >=IF(Q28<0.65,"BLACK",IF(Q28<0.85,"RED",IF(Q28<1,"YELLOW","BRIGHTGREEN")))
    >would work but in changing the formula resulted in a Black filled cell not
    >bright green.
    >
    >If some one could advise how to change to a different color it would be
    >appreciated.



+ 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