Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to highlight the cells that do not get a result from the VLOOKUP
function. I tried setting the conditional format to Cell Value = "N/A" (and other variations) but with no luck. -- CG |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use "Formula is" Instead of "Cell value is". The formula (for cell A1) is:
=ISNA(A1) -- Kind regards, Niek Otten Microsoft MVP - Excel "CEG" wrote in message ... |I want to highlight the cells that do not get a result from the VLOOKUP | function. I tried setting the conditional format to Cell Value = "N/A" (and | other variations) but with no luck. | -- | CG |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try formula of =COUNTIF(A1,"#N/A")0
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "CEG" wrote in message ... I want to highlight the cells that do not get a result from the VLOOKUP function. I tried setting the conditional format to Cell Value = "N/A" (and other variations) but with no luck. -- CG |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use the function ISNA to test the cell
Regards Trevor "CEG" wrote in message ... I want to highlight the cells that do not get a result from the VLOOKUP function. I tried setting the conditional format to Cell Value = "N/A" (and other variations) but with no luck. -- CG |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for the quick reply...I knew there had to be a simple answer!
-- CG "Niek Otten" wrote: Use "Formula is" Instead of "Cell value is". The formula (for cell A1) is: =ISNA(A1) -- Kind regards, Niek Otten Microsoft MVP - Excel "CEG" wrote in message ... |I want to highlight the cells that do not get a result from the VLOOKUP | function. I tried setting the conditional format to Cell Value = "N/A" (and | other variations) but with no luck. | -- | CG |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way:
With cell A1 active: CF1: Formula is =ISNA(A1) Format1: <pattern/<choose color In article , CEG wrote: I want to highlight the cells that do not get a result from the VLOOKUP function. I tried setting the conditional format to Cell Value = "N/A" (and other variations) but with no luck. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional format for cells. | New Users to Excel | |||
Conditional Format based on Other Cells | Excel Discussion (Misc queries) | |||
VLOOKUP in a conditional format | Excel Discussion (Misc queries) | |||
Conditional format in merged cells. | Excel Discussion (Misc queries) | |||
Conditional formatting on cells with a VLOOKUP formula in them | Excel Discussion (Misc queries) |