Conditional Formatting

G

Gbonda

Hello,

I was hoping to use conditional formatting to make a vlookup functio
that returns an #N/A turn red.

Thank
 
S

swatsp0p

Select the cell you want to appy the Conditional Formatting to and clic
Format>Conditional Formatting...

for Condition 1 select Formula Is: and enter this:

=ISNA($A$1)

Click Format and pick your color on the Font tab (or fill color fro
the Patterns tab) and click OK twice...

Of course adjust the cell reference $A$1 to meet your needs...

Does that work for you?

Bruc
 
S

swatsp0p

Trust me, if you followed my instructions, it WILL work. Are you sur
your cell is returning a true #N/A result? Did you adjust the cel
reference from $A$1 to the cell that has the VLOOKUP FORMULA?

What is your VLOOKUP formula?

Are you applying the CF to the cell with the VLOOKUP formula?

More details, please
 
Top