![]() |
conditional formating #N/A
Is is possible to conditionally format a cell when using vlookup and the
returned value is #N/A. Thanks, Dave |
conditional formating #N/A
Use a formula of
=ISNA(A2) assuming A2 is the first cell selected. -- --- HTH Bob (change the xxxx to gmail if mailing direct) "Dave" wrote in message ... Is is possible to conditionally format a cell when using vlookup and the returned value is #N/A. Thanks, Dave |
conditional formating #N/A
Apply this formula in the conditional format: =ISERROR() Also: =ISNA()
Alternatively you could trap (eliminate) the #N/A error by adopting the following form: =IF(ISERROR(VLOOKUP([your criteria]),"",VLOOKUP([your criteria])) Dave -- Brevity is the soul of wit. "Dave" wrote: Is is possible to conditionally format a cell when using vlookup and the returned value is #N/A. Thanks, Dave |
All times are GMT +1. The time now is 04:21 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com