Conditional Formatting for Blank Cells

R

robert

I am using the Datatransfer add-in against an AS/400
mainframe query and want to conditionally format cells
that the query returns as blanks.

When I go to format/conditional formatting and set
formula is, then isblank(A:A) and select formatting, I
get no cell formats.

What am I doing wrong?

Thanks,
Robert
 
G

Gord Dibben

Robert

Select all Column A or an appropriate range down Column A then
Format>CF>Formula is:

=ISBLANK(A1)

Note the Relative References for A1

Gord Dibben XL2002
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top