I have specified some formula in my Excel worksheets. But, when the
cells are empty(with no data), it shows this sign #N/A in the cells.
How I could make it invisible so that when a user print the sheet, it
will only display the cells that contain data?
In page setup->Sheet
Print-> Cell erros as <blank>
"rixanna" <fildzana@gmail.com>
???????:1157441242.065493.240390@m79g2000cwm.googlegroups.com...
>I have specified some formula in my Excel worksheets. But, when the
> cells are empty(with no data), it shows this sign #N/A in the cells.
>
> How I could make it invisible so that when a user print the sheet, it
> will only display the cells that contain data?
Pete_UK - 05 Sep 2006 09:34 GMT
Another way is to amend your formulae so they don't produce the errors:
=IF(ISNA(your_formula),"",your_formula)
Hope this helps.
Pete
> In page setup->Sheet
> Print-> Cell erros as <blank>
[quoted text clipped - 6 lines]
> > How I could make it invisible so that when a user print the sheet, it
> > will only display the cells that contain data?
rixanna - 05 Sep 2006 10:01 GMT
> In page setup->Sheet
> Print-> Cell erros as <blank>
[quoted text clipped - 6 lines]
> > How I could make it invisible so that when a user print the sheet, it
> > will only display the cells that contain data?
Thanks a lot..it really works!!!
bobocat - 05 Sep 2006 10:15 GMT
You are welcome
"rixanna" <fildzana@gmail.com>
???????:1157446876.094201.93470@i3g2000cwc.googlegroups.com...
>> In page setup->Sheet
>> Print-> Cell erros as <blank>
[quoted text clipped - 8 lines]
>
> Thanks a lot..it really works!!!
I know how to get rid of N/A...
don't use Excel.
don't use Excel.
don't use Excel.
how is that for a solution?
use MS Access or something similiar.. Access Data Projects _ROCK_
-Aaron
> I have specified some formula in my Excel worksheets. But, when the
> cells are empty(with no data), it shows this sign #N/A in the cells.
>
> How I could make it invisible so that when a user print the sheet, it
> will only display the cells that contain data?