Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to use defined names in conditional formatting, whitout any
luck. :( Why doesn't it work if column A is named 'ColA' and column B is named 'ColB' I've entered a "formula is" under conditional formatting while colomn B was selected: = ColB ColA A B 8 8 1 2 (here B should turn red) 5 4 Any help is welcome. Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi M,
This is not working as Excel is evaluating the entire column and not just the current cell (you named the columns) - do you need to name the columns? If so, don't use these names in the conditional formatting (just keep it to =B1A1 & copy the formatting down). Just to show that Excel is evaluating the whole column, try entering 1's all the way down column A & 2's all the way down column B - input your formula (=ColBColA) into column B and watch the whole column turn red! Boo |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On 2 dec, 18:04, Brizers wrote:
Hi M, This is not working as Excel is evaluating the entire column and not just the current cell (you named the columns) - do you need to name the columns? If so, don't use these names in the conditional formatting (just keep it to =B1A1 & copy the formatting down). Just to show that Excel is evaluating the whole column, try entering 1's all the way down column A & 2's all the way down column B - input your formula (=ColBColA) into column B and watch the whole column turn red! Boo Thanks, but I was trying to make a more readable formule into conditional-formatting, changing B1 to 'Amount' .... I guess there's nothing like 'ColA'1 which could be copied down? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you must use full column efined names to test, try
=INDEX(ColB,ROW())INDEX(ColA,ROW()) -- --- HTH Bob __________________________________________ UK Cambridge XL Users Conference 29-30 Nov http://www.exceluserconference.com/UKEUC.html (there's no email, no snail mail, but somewhere should be gmail in my addy) wrote in message ... I'm trying to use defined names in conditional formatting, whitout any luck. :( Why doesn't it work if column A is named 'ColA' and column B is named 'ColB' I've entered a "formula is" under conditional formatting while colomn B was selected: = ColB ColA A B 8 8 1 2 (here B should turn red) 5 4 Any help is welcome. Thanks. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On 2 dec, 18:03, "Bob Phillips" wrote:
If you must use full column efined names to test, try =INDEX(ColB,ROW())INDEX(ColA,ROW()) -- --- HTH Bob __________________________________________ UK Cambridge XL Users Conference 29-30 Nov http://www.exceluserconference.com/UKEUC.html (there's no email, no snail mail, but somewhere should be gmail in my addy) wrote in message ... I'm trying to use defined names in conditional formatting, whitout any luck. :( Why doesn't it work if column A is named 'ColA' and column B is named 'ColB' I've entered a "formula is" under conditional formatting while colomn B was selected: = ColB ColA A B 8 8 1 2 (here B should turn red) 5 4 Any help is welcome. Thanks.- Tekst uit oorspronkelijk bericht niet weergeven - - Tekst uit oorspronkelijk bericht weergeven - =INDEX(ColB,ROW())INDEX(ColA,ROW()) This is not working in conditional-formating ? Maybe I do not understand what to do with it ;-) |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On 2 dec, 19:24, wrote:
On 2 dec, 18:03, "Bob Phillips" wrote: If you must use full column efined names to test, try =INDEX(ColB,ROW())INDEX(ColA,ROW()) -- --- HTH Bob __________________________________________ UK Cambridge XL Users Conference 29-30 Nov http://www.exceluserconference.com/UKEUC.html (there's no email, no snail mail, but somewhere should be gmail in my addy) wrote in message ... I'm trying to use defined names in conditional formatting, whitout any luck. :( Why doesn't it work if column A is named 'ColA' and column B is named 'ColB' I've entered a "formula is" under conditional formatting while colomn B was selected: = ColB ColA A B 8 8 1 2 (here B should turn red) 5 4 Any help is welcome. Thanks.- Tekst uit oorspronkelijk bericht niet weergeven - - Tekst uit oorspronkelijk bericht weergeven - =INDEX(ColB,ROW())INDEX(ColA,ROW()) This is not working in conditional-formating ? Maybe I do not understand what to do with it ;-)- Tekst uit oorspronkelijk bericht niet weergeven - - Tekst uit oorspronkelijk bericht weergeven - Sorry, it is working, forgot to name the columns, THANKS! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Will Conditional Formatting work? | Excel Worksheet Functions | |||
Will Conditional Formatting work? | Excel Worksheet Functions | |||
Formula for Matching Names and Conditional Formatting! | Excel Worksheet Functions | |||
Excessive Defined Names Causing Book Properties not to work properly | Excel Programming | |||
Conditional Formatting Work around? | Excel Worksheet Functions |