Anne said:
In order to hide the #N/As, you need to change your formulas. I can't help
you change your formulas if I don't know your formulas, and if you don't
know what I mean by my number 1 answer.
Why don't you provide one of the formulas you're using, and I'll show you
how to change it so it doesn't show #N/A?
It MIGHT be:
=IF(ISBLANK(SOMECELL),"",myformula)
But I don't know if you understand that.
*******************
~Anne Troy
www.OfficeArticles.com
www.MyExpertsOnline.com
them.
I have built a invoice. This invoice has several drop down lists in
order to pull up different items. Each item has a value. My invoice at
this time has 12 lines (rows); in each of these rows I have the ability
to list my items and there cost. Sometimes I may use 1 row; some times I
may use 6 rows. The unused rows all show the "#N/A" symbol in the cell
listing the price of a item; that is because there is no item chosen for
that row; and I don't want to choose an item because my invoice is
complete. I know that the spreadsheet is treating this as an "error";
but there must be some way to get around this.
I probably should mention that I'm using the "Vlookup" syntax in order
to pull up the respective price for each item.
=vlookup(c1;a1:b10,2,0 ) All this does is pull up the proper price of
the item that will be listed in C1. The spreadsheet does that no
problem. It is the blank rows that I'm having a problem with. I have put
this formula in each of the other rows. If I don't use/need those rows;
it will show the "#N/A" error.