Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am wanting to colour a Sports Tipping results table according to the sports
result. I have a green font for getting it exactly right, a red strikethrough font for getting it exactly wrong, and would like a grey font for getting it partially correct. So, I need a formula to place in the conditional formatting dialog that compares cell A with cell B. If the 1st 5 letters of cell A equal the first 5 letters of cell B, then turn the font grey! Many thanks in advance for your assistance. Eddie |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi!
Try this: =LEFT(A1,5)=LEFT(B1,5) Biff "Blobbies" wrote in message ... I am wanting to colour a Sports Tipping results table according to the sports result. I have a green font for getting it exactly right, a red strikethrough font for getting it exactly wrong, and would like a grey font for getting it partially correct. So, I need a formula to place in the conditional formatting dialog that compares cell A with cell B. If the 1st 5 letters of cell A equal the first 5 letters of cell B, then turn the font grey! Many thanks in advance for your assistance. Eddie |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It's so easy when you know!
Thanks Biff - Fantastic!!! "Biff" wrote: Hi! Try this: =LEFT(A1,5)=LEFT(B1,5) Biff "Blobbies" wrote in message ... I am wanting to colour a Sports Tipping results table according to the sports result. I have a green font for getting it exactly right, a red strikethrough font for getting it exactly wrong, and would like a grey font for getting it partially correct. So, I need a formula to place in the conditional formatting dialog that compares cell A with cell B. If the 1st 5 letters of cell A equal the first 5 letters of cell B, then turn the font grey! Many thanks in advance for your assistance. Eddie |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome!
Biff "Blobbies" wrote in message ... It's so easy when you know! Thanks Biff - Fantastic!!! "Biff" wrote: Hi! Try this: =LEFT(A1,5)=LEFT(B1,5) Biff "Blobbies" wrote in message ... I am wanting to colour a Sports Tipping results table according to the sports result. I have a green font for getting it exactly right, a red strikethrough font for getting it exactly wrong, and would like a grey font for getting it partially correct. So, I need a formula to place in the conditional formatting dialog that compares cell A with cell B. If the 1st 5 letters of cell A equal the first 5 letters of cell B, then turn the font grey! Many thanks in advance for your assistance. Eddie |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
conditional formatting | Excel Discussion (Misc queries) | |||
enhanced conditional formatting | Excel Discussion (Misc queries) | |||
conditional formatting question | Excel Discussion (Misc queries) | |||
Effect of Conditional Formatting, Data Validation | Excel Discussion (Misc queries) | |||
Determine cells that drive conditional formatting? | Excel Discussion (Misc queries) |