Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
trying to use this formula for conditional formatting in column D:
=NOT(ISNA(VLOOKUP(D1, SLS_Holidays, 1, FALSE))) where any value in D that is found in SLS_Holidays will be highlighted. It wont accept copy/paste, and attempts at modifying it are not getting me anywhere. please help. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Matthew,
Am Wed, 4 Jan 2017 08:51:23 -0800 (PST) schrieb Matthew Dyer: trying to use this formula for conditional formatting in column D: =NOT(ISNA(VLOOKUP(D1, SLS_Holidays, 1, FALSE))) try in CF: =COUNTIF(SLS_Holidays,D1)0 Regards Claus B. -- Windows10 Office 2016 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Wednesday, January 4, 2017 at 10:04:22 AM UTC-7, Claus Busch wrote:
Hi Matthew, Am Wed, 4 Jan 2017 08:51:23 -0800 (PST) schrieb Matthew Dyer: trying to use this formula for conditional formatting in column D: =NOT(ISNA(VLOOKUP(D1, SLS_Holidays, 1, FALSE))) try in CF: =COUNTIF(SLS_Holidays,D1)0 Regards Claus B. -- Windows10 Office 2016 so I must be doing something wrong - when I copy/paste your formula directly into CF I get an broken formula error. I take out the = and hit OK, it puts it back in, and surrounds the formula with "s |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Matthew,
Am Wed, 4 Jan 2017 09:11:47 -0800 (PST) schrieb Matthew Dyer: so I must be doing something wrong - when I copy/paste your formula directly into CF I get an broken formula error. I take out the = and hit OK, it puts it back in, and surrounds the formula with "s in CF you cannot use sheet scope names. Is you name a global name, a workbook scope name? Regards Claus B. -- Windows10 Office 2016 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Wednesday, January 4, 2017 at 10:28:30 AM UTC-7, Claus Busch wrote:
Hi Matthew, Am Wed, 4 Jan 2017 09:11:47 -0800 (PST) schrieb Matthew Dyer: so I must be doing something wrong - when I copy/paste your formula directly into CF I get an broken formula error. I take out the = and hit OK, it puts it back in, and surrounds the formula with "s in CF you cannot use sheet scope names. Is you name a global name, a workbook scope name? Regards Claus B. -- Windows10 Office 2016 workbook scope - it's a table name |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Wednesday, January 4, 2017 at 10:59:28 AM UTC-7, Matthew Dyer wrote:
On Wednesday, January 4, 2017 at 10:28:30 AM UTC-7, Claus Busch wrote: Hi Matthew, Am Wed, 4 Jan 2017 09:11:47 -0800 (PST) schrieb Matthew Dyer: so I must be doing something wrong - when I copy/paste your formula directly into CF I get an broken formula error. I take out the = and hit OK, it puts it back in, and surrounds the formula with "s in CF you cannot use sheet scope names. Is you name a global name, a workbook scope name? Regards Claus B. -- Windows10 Office 2016 workbook scope - it's a table name for the immediate I just hard-coded my range (H2:H20), but I would appreciate if someone could tell me how I could use my named range instead. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I convert conditional formatting into explicit formatting? | Excel Discussion (Misc queries) | |||
Conditional formatting--different formatting depending on cell con | Excel Discussion (Misc queries) | |||
Formatting Conditional Formatting Icon Sets | Excel Discussion (Misc queries) | |||
Protect Cell Formatting including Conditional Formatting | Excel Discussion (Misc queries) | |||
Conditional Formatting that will display conditional data | Excel Worksheet Functions |