Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Good afternoon everyone,
I am using Excell 2007 and need a wee bit of help working out a formula for the following: 6 columns - B (blank), C(blank), D,E,F(data: text/numerics, font regular), H(numerics, font regular) In col B, when I enter "A", I would like: cols B and C to fill with bright red (excell palette) cols D,E,F and H to fill with salmon colour(excell palette) and text turn to bold In col B, when I enter "B", I would like: cols B and C to fill with violet (excell palette) cols D,E,F and H to fill with salmon colour (excell palette) and text to turn to bold and red I have tried using the formula in conditional formatting but to no effect; it simply is'nt working. At the moment, I use the format painter to copy the above whenever I enter A or B, but it's too slow. Can anybody help me please? Thank you |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
To conditionally format your cell(s): In 2007: 1. Highlight all the cells on the rows you want formatted, in the first case say B2:C100 2. Choose Home, Conditional Formatting, New Rule 3. Choose Use a formula to determine which cell to format 4. In the Format values where this formula is true enter the following formula: =$B2="A" 5. Click the Format button and choose a format. 6. Click OK twice Repeat similarly while selecting D2:H100 (Same formula) When you press the Format, on the Font tab choose Bold style, on the Fill tab pick your color. If this helps, please click the Yes button. Cheers, Shane Devenshire "CAT" wrote: Good afternoon everyone, I am using Excell 2007 and need a wee bit of help working out a formula for the following: 6 columns - B (blank), C(blank), D,E,F(data: text/numerics, font regular), H(numerics, font regular) In col B, when I enter "A", I would like: cols B and C to fill with bright red (excell palette) cols D,E,F and H to fill with salmon colour(excell palette) and text turn to bold In col B, when I enter "B", I would like: cols B and C to fill with violet (excell palette) cols D,E,F and H to fill with salmon colour (excell palette) and text to turn to bold and red I have tried using the formula in conditional formatting but to no effect; it simply is'nt working. At the moment, I use the format painter to copy the above whenever I enter A or B, but it's too slow. Can anybody help me please? Thank you |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Shane,
Thank you so much; it works like a dream : I've altered your formula to start at $B4 (to take my headers into account) and applied it to all the columns needed, and it does exactly what I wanted. Just one more thing: I've duplicated my working sheet to see it it worked but if I want to apply it now say from row 1880 on my present working sheet (or when I'll be starting a new worbook next month, do I use the COPY Option (for the formulaes) or do I use the Format Painter onto the following blank rows (or do I simply start from scratch from row 1880 ? A big thank you. CAT "Shane Devenshire" wrote: Hi, To conditionally format your cell(s): In 2007: 1. Highlight all the cells on the rows you want formatted, in the first case say B2:C100 2. Choose Home, Conditional Formatting, New Rule 3. Choose Use a formula to determine which cell to format 4. In the Format values where this formula is true enter the following formula: =$B2="A" 5. Click the Format button and choose a format. 6. Click OK twice Repeat similarly while selecting D2:H100 (Same formula) When you press the Format, on the Font tab choose Bold style, on the Fill tab pick your color. If this helps, please click the Yes button. Cheers, Shane Devenshire "CAT" wrote: Good afternoon everyone, I am using Excell 2007 and need a wee bit of help working out a formula for the following: 6 columns - B (blank), C(blank), D,E,F(data: text/numerics, font regular), H(numerics, font regular) In col B, when I enter "A", I would like: cols B and C to fill with bright red (excell palette) cols D,E,F and H to fill with salmon colour(excell palette) and text turn to bold In col B, when I enter "B", I would like: cols B and C to fill with violet (excell palette) cols D,E,F and H to fill with salmon colour (excell palette) and text to turn to bold and red I have tried using the formula in conditional formatting but to no effect; it simply is'nt working. At the moment, I use the format painter to copy the above whenever I enter A or B, but it's too slow. Can anybody help me please? Thank you |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can simply paint the new range...
"CAT" wrote: Hi Shane, Thank you so much; it works like a dream : I've altered your formula to start at $B4 (to take my headers into account) and applied it to all the columns needed, and it does exactly what I wanted. Just one more thing: I've duplicated my working sheet to see it it worked but if I want to apply it now say from row 1880 on my present working sheet (or when I'll be starting a new worbook next month, do I use the COPY Option (for the formulaes) or do I use the Format Painter onto the following blank rows (or do I simply start from scratch from row 1880 ? A big thank you. CAT "Shane Devenshire" wrote: Hi, To conditionally format your cell(s): In 2007: 1. Highlight all the cells on the rows you want formatted, in the first case say B2:C100 2. Choose Home, Conditional Formatting, New Rule 3. Choose Use a formula to determine which cell to format 4. In the Format values where this formula is true enter the following formula: =$B2="A" 5. Click the Format button and choose a format. 6. Click OK twice Repeat similarly while selecting D2:H100 (Same formula) When you press the Format, on the Font tab choose Bold style, on the Fill tab pick your color. If this helps, please click the Yes button. Cheers, Shane Devenshire "CAT" wrote: Good afternoon everyone, I am using Excell 2007 and need a wee bit of help working out a formula for the following: 6 columns - B (blank), C(blank), D,E,F(data: text/numerics, font regular), H(numerics, font regular) In col B, when I enter "A", I would like: cols B and C to fill with bright red (excell palette) cols D,E,F and H to fill with salmon colour(excell palette) and text turn to bold In col B, when I enter "B", I would like: cols B and C to fill with violet (excell palette) cols D,E,F and H to fill with salmon colour (excell palette) and text to turn to bold and red I have tried using the formula in conditional formatting but to no effect; it simply is'nt working. At the moment, I use the format painter to copy the above whenever I enter A or B, but it's too slow. Can anybody help me please? Thank you |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you Sheeloo, will do.
CAT "Sheeloo" wrote: You can simply paint the new range... "CAT" wrote: Hi Shane, Thank you so much; it works like a dream : I've altered your formula to start at $B4 (to take my headers into account) and applied it to all the columns needed, and it does exactly what I wanted. Just one more thing: I've duplicated my working sheet to see it it worked but if I want to apply it now say from row 1880 on my present working sheet (or when I'll be starting a new worbook next month, do I use the COPY Option (for the formulaes) or do I use the Format Painter onto the following blank rows (or do I simply start from scratch from row 1880 ? A big thank you. CAT "Shane Devenshire" wrote: Hi, To conditionally format your cell(s): In 2007: 1. Highlight all the cells on the rows you want formatted, in the first case say B2:C100 2. Choose Home, Conditional Formatting, New Rule 3. Choose Use a formula to determine which cell to format 4. In the Format values where this formula is true enter the following formula: =$B2="A" 5. Click the Format button and choose a format. 6. Click OK twice Repeat similarly while selecting D2:H100 (Same formula) When you press the Format, on the Font tab choose Bold style, on the Fill tab pick your color. If this helps, please click the Yes button. Cheers, Shane Devenshire "CAT" wrote: Good afternoon everyone, I am using Excell 2007 and need a wee bit of help working out a formula for the following: 6 columns - B (blank), C(blank), D,E,F(data: text/numerics, font regular), H(numerics, font regular) In col B, when I enter "A", I would like: cols B and C to fill with bright red (excell palette) cols D,E,F and H to fill with salmon colour(excell palette) and text turn to bold In col B, when I enter "B", I would like: cols B and C to fill with violet (excell palette) cols D,E,F and H to fill with salmon colour (excell palette) and text to turn to bold and red I have tried using the formula in conditional formatting but to no effect; it simply is'nt working. At the moment, I use the format painter to copy the above whenever I enter A or B, but it's too slow. Can anybody help me please? Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need help with a formula or conditional formatting | Excel Worksheet Functions | |||
what formula do I use for conditional formatting? | Excel Worksheet Functions | |||
Conditional Formatting formula | Excel Discussion (Misc queries) | |||
conditional formatting with FORMULA... Please HELP! | Excel Discussion (Misc queries) | |||
conditional formatting with formula | Excel Worksheet Functions |