Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Sunny9210
 
Posts: n/a
Default How do I hide #N/A, ### in cells not yet worked on?

My spreadsheet is a pricing sheet with formulae using lookup in another
worksheet so it fills in the rest of the row automatically. All rows below
what has been filled in show #N/A in one column and ### in 3 columns. How
can I hide this so the sheet looks clean and still maintain the formulae?
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default How do I hide #N/A, ### in cells not yet worked on?

The #N/A can be hidden with a formula like

=IF(ISNA(formula),"",formula)

The #### might be because the columns are not wide enough, or may be as
result of the #N/A. Try both.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Sunny9210" wrote in message
...
My spreadsheet is a pricing sheet with formulae using lookup in another
worksheet so it fills in the rest of the row automatically. All rows

below
what has been filled in show #N/A in one column and ### in 3 columns. How
can I hide this so the sheet looks clean and still maintain the formulae?



  #3   Report Post  
Sunny9210
 
Posts: n/a
Default How do I hide #N/A, ### in cells not yet worked on?

Bob, I know this is the right formula. My original formula is:
=LOOKUP(C13,hinge)
I have trouble trying to apply the formula below with the last part where it
says ",formula)" No matter how I type it in I get the message that there
are errors in my formula. The next 2 columns in my spreadsheet have the
formula
=LOOKUP(D13,doors) and =LOOKUP(D13,drawers) each of which would return a
number of 1 or 2 so it's not that the column isn't wide enough. Until I
enter the item code in B13, all the cells show #N/A, or ### because values
haven't been found.

"Bob Phillips" wrote:

The #N/A can be hidden with a formula like

=IF(ISNA(formula),"",formula)

The #### might be because the columns are not wide enough, or may be as
result of the #N/A. Try both.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Sunny9210" wrote in message
...
My spreadsheet is a pricing sheet with formulae using lookup in another
worksheet so it fills in the rest of the row automatically. All rows

below
what has been filled in show #N/A in one column and ### in 3 columns. How
can I hide this so the sheet looks clean and still maintain the formulae?




  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default How do I hide #N/A, ### in cells not yet worked on?

As far as I know, you can't get an N/A with LOOKUP, VLOOKUP,MATCH, yes, but
not LOOKUP.

What is in D13, and what is in the hinge range?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Sunny9210" wrote in message
...
Bob, I know this is the right formula. My original formula is:
=LOOKUP(C13,hinge)
I have trouble trying to apply the formula below with the last part where

it
says ",formula)" No matter how I type it in I get the message that

there
are errors in my formula. The next 2 columns in my spreadsheet have the
formula
=LOOKUP(D13,doors) and =LOOKUP(D13,drawers) each of which would return a
number of 1 or 2 so it's not that the column isn't wide enough. Until I
enter the item code in B13, all the cells show #N/A, or ### because values
haven't been found.

"Bob Phillips" wrote:

The #N/A can be hidden with a formula like

=IF(ISNA(formula),"",formula)

The #### might be because the columns are not wide enough, or may be as
result of the #N/A. Try both.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Sunny9210" wrote in message
...
My spreadsheet is a pricing sheet with formulae using lookup in

another
worksheet so it fills in the rest of the row automatically. All rows

below
what has been filled in show #N/A in one column and ### in 3 columns.

How
can I hide this so the sheet looks clean and still maintain the

formulae?





  #5   Report Post  
Sunny9210
 
Posts: n/a
Default How do I hide #N/A, ### in cells not yet worked on?

OK, my column headers are as follows:
Item No., Qty., Item Code, Hinge, Fin. Side, No. Doors, No. Drawers, Item
Description, Net Price Each, List Price Each, Total
We are a kitchen cabinet manufacturer and this is a pricing spreadsheet for
a quote. Item No., Qty. and Finished Side must be filled in manually. As
soon as an Item Code is filled in, (ex. W2430), it fills in automatically
across the row. The hinge column result will be Left or Right, Door & Drawer
result will be 1 or 2. The spreadsheet is working. It's just that until
Item Code is typed in, all rows below it show the #N/A in the hinge column
and ### in the Doors and Drawers column and #N/A in the Item Description
Column. I would like these not to show.

"Bob Phillips" wrote:

As far as I know, you can't get an N/A with LOOKUP, VLOOKUP,MATCH, yes, but
not LOOKUP.

What is in D13, and what is in the hinge range?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Sunny9210" wrote in message
...
Bob, I know this is the right formula. My original formula is:
=LOOKUP(C13,hinge)
I have trouble trying to apply the formula below with the last part where

it
says ",formula)" No matter how I type it in I get the message that

there
are errors in my formula. The next 2 columns in my spreadsheet have the
formula
=LOOKUP(D13,doors) and =LOOKUP(D13,drawers) each of which would return a
number of 1 or 2 so it's not that the column isn't wide enough. Until I
enter the item code in B13, all the cells show #N/A, or ### because values
haven't been found.

"Bob Phillips" wrote:

The #N/A can be hidden with a formula like

=IF(ISNA(formula),"",formula)

The #### might be because the columns are not wide enough, or may be as
result of the #N/A. Try both.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Sunny9210" wrote in message
...
My spreadsheet is a pricing sheet with formulae using lookup in

another
worksheet so it fills in the rest of the row automatically. All rows
below
what has been filled in show #N/A in one column and ### in 3 columns.

How
can I hide this so the sheet looks clean and still maintain the

formulae?








  #6   Report Post  
Bob Phillips
 
Posts: n/a
Default How do I hide #N/A, ### in cells not yet worked on?

I am still at a loss to know where you get the #N/A from in LOOKUP. Can you
mail me the spreadsheet?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Sunny9210" wrote in message
...
OK, my column headers are as follows:
Item No., Qty., Item Code, Hinge, Fin. Side, No. Doors, No. Drawers, Item
Description, Net Price Each, List Price Each, Total
We are a kitchen cabinet manufacturer and this is a pricing spreadsheet

for
a quote. Item No., Qty. and Finished Side must be filled in manually. As
soon as an Item Code is filled in, (ex. W2430), it fills in automatically
across the row. The hinge column result will be Left or Right, Door &

Drawer
result will be 1 or 2. The spreadsheet is working. It's just that until
Item Code is typed in, all rows below it show the #N/A in the hinge column
and ### in the Doors and Drawers column and #N/A in the Item Description
Column. I would like these not to show.

"Bob Phillips" wrote:

As far as I know, you can't get an N/A with LOOKUP, VLOOKUP,MATCH, yes,

but
not LOOKUP.

What is in D13, and what is in the hinge range?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Sunny9210" wrote in message
...
Bob, I know this is the right formula. My original formula is:
=LOOKUP(C13,hinge)
I have trouble trying to apply the formula below with the last part

where
it
says ",formula)" No matter how I type it in I get the message that

there
are errors in my formula. The next 2 columns in my spreadsheet have

the
formula
=LOOKUP(D13,doors) and =LOOKUP(D13,drawers) each of which would return

a
number of 1 or 2 so it's not that the column isn't wide enough. Until

I
enter the item code in B13, all the cells show #N/A, or ### because

values
haven't been found.

"Bob Phillips" wrote:

The #N/A can be hidden with a formula like

=IF(ISNA(formula),"",formula)

The #### might be because the columns are not wide enough, or may be

as
result of the #N/A. Try both.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Sunny9210" wrote in message
...
My spreadsheet is a pricing sheet with formulae using lookup in

another
worksheet so it fills in the rest of the row automatically. All

rows
below
what has been filled in show #N/A in one column and ### in 3

columns.
How
can I hide this so the sheet looks clean and still maintain the

formulae?








  #7   Report Post  
Sunny9210
 
Posts: n/a
Default How do I hide #N/A, ### in cells not yet worked on?

I tried to email it to you this morning but it bounced back. I see in
another post you said to drop the "nothere" so I will try that.

"Bob Phillips" wrote:

I am still at a loss to know where you get the #N/A from in LOOKUP. Can you
mail me the spreadsheet?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Sunny9210" wrote in message
...
OK, my column headers are as follows:
Item No., Qty., Item Code, Hinge, Fin. Side, No. Doors, No. Drawers, Item
Description, Net Price Each, List Price Each, Total
We are a kitchen cabinet manufacturer and this is a pricing spreadsheet

for
a quote. Item No., Qty. and Finished Side must be filled in manually. As
soon as an Item Code is filled in, (ex. W2430), it fills in automatically
across the row. The hinge column result will be Left or Right, Door &

Drawer
result will be 1 or 2. The spreadsheet is working. It's just that until
Item Code is typed in, all rows below it show the #N/A in the hinge column
and ### in the Doors and Drawers column and #N/A in the Item Description
Column. I would like these not to show.

"Bob Phillips" wrote:

As far as I know, you can't get an N/A with LOOKUP, VLOOKUP,MATCH, yes,

but
not LOOKUP.

What is in D13, and what is in the hinge range?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Sunny9210" wrote in message
...
Bob, I know this is the right formula. My original formula is:
=LOOKUP(C13,hinge)
I have trouble trying to apply the formula below with the last part

where
it
says ",formula)" No matter how I type it in I get the message that
there
are errors in my formula. The next 2 columns in my spreadsheet have

the
formula
=LOOKUP(D13,doors) and =LOOKUP(D13,drawers) each of which would return

a
number of 1 or 2 so it's not that the column isn't wide enough. Until

I
enter the item code in B13, all the cells show #N/A, or ### because

values
haven't been found.

"Bob Phillips" wrote:

The #N/A can be hidden with a formula like

=IF(ISNA(formula),"",formula)

The #### might be because the columns are not wide enough, or may be

as
result of the #N/A. Try both.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Sunny9210" wrote in message
...
My spreadsheet is a pricing sheet with formulae using lookup in
another
worksheet so it fills in the rest of the row automatically. All

rows
below
what has been filled in show #N/A in one column and ### in 3

columns.
How
can I hide this so the sheet looks clean and still maintain the
formulae?









  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default How do I hide #N/A, ### in cells not yet worked on?

Hey there, was curious if you got your problem resolved? I kind of have the
same thing, tried everything and can't get rid of those #N/A.

"Sunny9210" wrote:

I tried to email it to you this morning but it bounced back. I see in
another post you said to drop the "nothere" so I will try that.

"Bob Phillips" wrote:

I am still at a loss to know where you get the #N/A from in LOOKUP. Can you
mail me the spreadsheet?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Sunny9210" wrote in message
...
OK, my column headers are as follows:
Item No., Qty., Item Code, Hinge, Fin. Side, No. Doors, No. Drawers, Item
Description, Net Price Each, List Price Each, Total
We are a kitchen cabinet manufacturer and this is a pricing spreadsheet

for
a quote. Item No., Qty. and Finished Side must be filled in manually. As
soon as an Item Code is filled in, (ex. W2430), it fills in automatically
across the row. The hinge column result will be Left or Right, Door &

Drawer
result will be 1 or 2. The spreadsheet is working. It's just that until
Item Code is typed in, all rows below it show the #N/A in the hinge column
and ### in the Doors and Drawers column and #N/A in the Item Description
Column. I would like these not to show.

"Bob Phillips" wrote:

As far as I know, you can't get an N/A with LOOKUP, VLOOKUP,MATCH, yes,

but
not LOOKUP.

What is in D13, and what is in the hinge range?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Sunny9210" wrote in message
...
Bob, I know this is the right formula. My original formula is:
=LOOKUP(C13,hinge)
I have trouble trying to apply the formula below with the last part

where
it
says ",formula)" No matter how I type it in I get the message that
there
are errors in my formula. The next 2 columns in my spreadsheet have

the
formula
=LOOKUP(D13,doors) and =LOOKUP(D13,drawers) each of which would return

a
number of 1 or 2 so it's not that the column isn't wide enough. Until

I
enter the item code in B13, all the cells show #N/A, or ### because

values
haven't been found.

"Bob Phillips" wrote:

The #N/A can be hidden with a formula like

=IF(ISNA(formula),"",formula)

The #### might be because the columns are not wide enough, or may be

as
result of the #N/A. Try both.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Sunny9210" wrote in message
...
My spreadsheet is a pricing sheet with formulae using lookup in
another
worksheet so it fills in the rest of the row automatically. All

rows
below
what has been filled in show #N/A in one column and ### in 3

columns.
How
can I hide this so the sheet looks clean and still maintain the
formulae?









  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default How do I hide #N/A, ### in cells not yet worked on?

Format text in cells that contain errors so that they don't show
Select the cells that contain the error value.
On the Format menu, click Conditional Formatting.
In the box on the left, click Formula Is.

In the box on the right, type =ISERROR(reference), where reference is a
reference to the cell that contains the error value.
Click Format, and then click the Font tab.

Click Format.
In the Color box, select white.
--
jana


"Sunny9210" wrote:

My spreadsheet is a pricing sheet with formulae using lookup in another
worksheet so it fills in the rest of the row automatically. All rows below
what has been filled in show #N/A in one column and ### in 3 columns. How
can I hide this so the sheet looks clean and still maintain the formulae?

  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default How do I hide #N/A, ### in cells not yet worked on?

It is better to intercept errors or to stop them occurring, and you
can do this in a few ways, eg:

=IF(lookup_cell="","",your_formula)
or
=IF(ISNA(your_formula),"",your_formula)
or
=IF(cell_with_first_lookup="","",your_formula)

Hope this helps.

Pete

On Aug 14, 3:28*pm, janabanana
wrote:
Format text in cells that contain errors so that they don't show
Select the cells that contain the error value.
On the Format menu, click Conditional Formatting.
In the box on the left, click Formula Is.

In the box on the right, type =ISERROR(reference), where reference is a
reference to the cell that contains the error value.
Click Format, and then click the Font tab.

Click Format.
In the Color box, select white.
--
jana



"Sunny9210" wrote:
My spreadsheet is a pricing sheet with formulae using lookup in another
worksheet so it fills in the rest of the row automatically. *All rows below
what has been filled in show #N/A in one column and ### in 3 columns. *How
can I hide this so the sheet looks clean and still maintain the formulae?- Hide quoted text -


- Show quoted text -




  #11   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 137
Default How do I hide #N/A, ### in cells not yet worked on?

Working with the suggestions from Pete_uk, the following formuls worked for me.
=IF(ISNA(MATCH(value,array,0)),"",value)
--
newbie


"Sunny9210" wrote:

My spreadsheet is a pricing sheet with formulae using lookup in another
worksheet so it fills in the rest of the row automatically. All rows below
what has been filled in show #N/A in one column and ### in 3 columns. How
can I hide this so the sheet looks clean and still maintain the formulae?

  #12   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default How do I hide #N/A, ### in cells not yet worked on?

The normal method of handling #N/A is to use:
=if(iserror(yourformula),"",yourformula)

Cells that display ### mean that the column is not wide enough to display
the results. Widen the column or reduce the font size used.

Regards,
Fred

"newbie" wrote in message
...
Working with the suggestions from Pete_uk, the following formuls worked
for me.
=IF(ISNA(MATCH(value,array,0)),"",value)
--
newbie


"Sunny9210" wrote:

My spreadsheet is a pricing sheet with formulae using lookup in another
worksheet so it fills in the rest of the row automatically. All rows
below
what has been filled in show #N/A in one column and ### in 3 columns.
How
can I hide this so the sheet looks clean and still maintain the formulae?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hide columns & rows that contain "0" or blank in a range of cells lw new guest Excel Worksheet Functions 0 August 18th 05 04:27 PM
Pivot Table - hide blank cells Kirk P. Excel Discussion (Misc queries) 1 August 18th 05 02:42 AM
How to hide unused cells when running accumulated totals grano2 Excel Worksheet Functions 1 August 13th 05 04:07 PM
Can I HIDE cells with a conditional argument? Bob the Builder Excel Worksheet Functions 2 July 22nd 05 10:30 AM
copy group of cells to another group of cells using "IF" in third Chuckak Excel Worksheet Functions 2 November 10th 04 06:04 PM


All times are GMT +1. The time now is 07:38 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"