Conditional Formatting

  • Thread starter Thread starter Phil
  • Start date Start date
P

Phil

HI,

When using the following formula if(a1=0,na(),a1)the
respons na() returns #N/A.
From other postings they state conditional format this
cell to a white font.
How is this carried out?
Evey time I try it just stay black
Kind Regards
Phil
 
Hi
if this formula is in cell B1 try:
- select cell B1
- goto the conditional format dialog
- enter the formula
=ISNA(B1)
- choose your format
 
Thank you so much
-----Original Message-----
Hi
if this formula is in cell B1 try:
- select cell B1
- goto the conditional format dialog
- enter the formula
=ISNA(B1)
- choose your format

--
Regards
Frank Kabel
Frankfurt, Germany



.
 
In the cell containing your formula (A2 in my example) do conditiona
format with Formula is
then type the formula =ISNA(A2)
set your font format to white then OK, O
 
In the cell containing your formula (A2 in my example) do conditiona
format with Formula is
then type the formula =ISNA(A2)
set your font format to white then OK, OK


but why wouldn't you just have the formula
=if(a1=0,"",a1)
and forget about conditional formattin
 

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

Back
Top