#1   Report Post  
Posted to microsoft.public.excel.misc
Confused
 
Posts: n/a
Default hide errors

I am working on creating a grade book for my school and the problem that I am
having is when I get across to the end of a column where I have this command
average(c8:av8) when I have no numerical entries I get a #DIV/0! error. After
reading through many different forums on hiding such numerous errors I still
can't figure out how to hide more than one at a time without them reappearing
once the first error has changed.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Elkar
 
Posts: n/a
Default hide errors

How about this:

=IF(ISERROR(AVERAGE(C8:AV8)),"",AVERAGE(C8:AV8))

Copy the formula down as needed.

HTH,
Elkar


"Confused" wrote:

I am working on creating a grade book for my school and the problem that I am
having is when I get across to the end of a column where I have this command
average(c8:av8) when I have no numerical entries I get a #DIV/0! error. After
reading through many different forums on hiding such numerous errors I still
can't figure out how to hide more than one at a time without them reappearing
once the first error has changed.

  #3   Report Post  
Posted to microsoft.public.excel.misc
michaelberrier
 
Posts: n/a
Default hide errors

You could try conditional formatting to turn the font white when an
error is present. First, select all the cells you want to apply this
to, then Format--Conditional formatting Select "Formula Is" from drop
down box then put this in the box "=ISERROR(A1)" Change A1 to whatever
the first cell in the colunm is. Then, click Format and, on the Font
tab under Color, select white. Then, when you have a Div/0 error, it
will be the same color as your cell an thus invisible.

Hope that does it for you.
Elkar wrote:
How about this:

=IF(ISERROR(AVERAGE(C8:AV8)),"",AVERAGE(C8:AV8))

Copy the formula down as needed.

HTH,
Elkar


"Confused" wrote:

I am working on creating a grade book for my school and the problem that I am
having is when I get across to the end of a column where I have this command
average(c8:av8) when I have no numerical entries I get a #DIV/0! error. After
reading through many different forums on hiding such numerous errors I still
can't figure out how to hide more than one at a time without them reappearing
once the first error has changed.


  #4   Report Post  
Posted to microsoft.public.excel.misc
Confused
 
Posts: n/a
Default hide errors

Thanks for the assistance that worked !!!!!

Now I totally forget how I can hide a value until it is being used.

eg. once the numbers are averaged I have a weighted numebered applied 1 and
that number now shows up without error. I need that hidden as well as the
other 2 that I am using.


"Confused" wrote:

I am working on creating a grade book for my school and the problem that I am
having is when I get across to the end of a column where I have this command
average(c8:av8) when I have no numerical entries I get a #DIV/0! error. After
reading through many different forums on hiding such numerous errors I still
can't figure out how to hide more than one at a time without them reappearing
once the first error has changed.

  #5   Report Post  
Posted to microsoft.public.excel.misc
michaelberrier
 
Posts: n/a
Default hide errors

Confused,
I think the Conditional thing would fix that problem too since it
doesn't reside in the cell.

Confused wrote:
Thanks for the assistance that worked !!!!!

Now I totally forget how I can hide a value until it is being used.

eg. once the numbers are averaged I have a weighted numebered applied 1 and
that number now shows up without error. I need that hidden as well as the
other 2 that I am using.


"Confused" wrote:

I am working on creating a grade book for my school and the problem that I am
having is when I get across to the end of a column where I have this command
average(c8:av8) when I have no numerical entries I get a #DIV/0! error. After
reading through many different forums on hiding such numerous errors I still
can't figure out how to hide more than one at a time without them reappearing
once the first error has changed.




  #6   Report Post  
Posted to microsoft.public.excel.misc
Confused
 
Posts: n/a
Default hide errors

There actually isn't an error in this case just a number value that needs to
be used as a product of the average to the given number 1 for the weight of
the grade.


"michaelberrier" wrote:

Confused,
I think the Conditional thing would fix that problem too since it
doesn't reside in the cell.

Confused wrote:
Thanks for the assistance that worked !!!!!

Now I totally forget how I can hide a value until it is being used.

eg. once the numbers are averaged I have a weighted numebered applied 1 and
that number now shows up without error. I need that hidden as well as the
other 2 that I am using.


"Confused" wrote:

I am working on creating a grade book for my school and the problem that I am
having is when I get across to the end of a column where I have this command
average(c8:av8) when I have no numerical entries I get a #DIV/0! error. After
reading through many different forums on hiding such numerous errors I still
can't figure out how to hide more than one at a time without them reappearing
once the first error has changed.



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
Tracking Errors Karen Excel Worksheet Functions 1 April 6th 06 01:34 PM
Macro to hide blank cells in a range Dave Excel Discussion (Misc queries) 1 February 1st 06 11:55 PM
hide errors when printing Natalie Excel Worksheet Functions 1 May 24th 05 08:56 PM
how do i hide value errors until data can be entered? cath_cw Excel Worksheet Functions 1 April 26th 05 06:08 PM
how do i hide value errors until data can be entered? cath_cw Excel Worksheet Functions 0 April 26th 05 05:58 PM


All times are GMT +1. The time now is 07:17 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"