PC Review


Reply
Thread Tools Rate Thread

Display output as blanks with average and large value set

 
 
ims121uk@gmail.com
Guest
Posts: n/a
 
      26th Jan 2007
Hi All,

I haven't a bit of problem displaying a blank cell in D15 as empty when
the others cells are empty. The value that display is ######.

Anyone there that can help me!

Here is the formula: -

=IF(COUNTBLANK(D1643)=29,"",AVERAGE(LARGE(D1643,{1;2;3;4})))

The formula works fine and display the average of the largest set of 4.
The only problem is displaying D15 as empty.

Many thanks

ims

 
Reply With Quote
 
 
 
 
=?Utf-8?B?VHJldm9yIFdpbGxpYW1z?=
Guest
Posts: n/a
 
      26th Jan 2007
Hi ims

Try extending the column width to see if the number shows correctly

Trevor

"(E-Mail Removed)" wrote:

> Hi All,
>
> I haven't a bit of problem displaying a blank cell in D15 as empty when
> the others cells are empty. The value that display is ######.
>
> Anyone there that can help me!
>
> Here is the formula: -
>
> =IF(COUNTBLANK(D1643)=29,"",AVERAGE(LARGE(D1643,{1;2;3;4})))
>
> The formula works fine and display the average of the largest set of 4.
> The only problem is displaying D15 as empty.
>
> Many thanks
>
> ims
>
>

 
Reply With Quote
 
ims121uk@gmail.com
Guest
Posts: n/a
 
      26th Jan 2007
Hi Trevor,

The column is now staying: #NUM!

Cheers

ims

On 26 Jan, 12:36, Trevor Williams
<TrevorWilli...@discussions.microsoft.com> wrote:
> Hi ims
>
> Try extending the column width to see if the number shows correctly
>
> Trevor
>
>
>
> "ims12...@gmail.com" wrote:
> > Hi All,

>
> > I haven't a bit of problem displaying a blank cell in D15 as empty when
> > the others cells are empty. The value that display is ######.

>
> > Anyone there that can help me!

>
> > Here is the formula: -

>
> > =IF(COUNTBLANK(D1643)=29,"",AVERAGE(LARGE(D1643,{1;2;3;4})))

>
> > The formula works fine and display the average of the largest set of 4.
> > The only problem is displaying D15 as empty.

>
> > Many thanks

>
> > ims- Hide quoted text -- Show quoted text -


 
Reply With Quote
 
=?Utf-8?B?VHJldm9yIFdpbGxpYW1z?=
Guest
Posts: n/a
 
      26th Jan 2007
Hi ims,

Just realised you were having a problem when there is less than 4 values in
the range. Replace your formula with this one.

=IF(COUNTBLANK(E16:E43)=29,"",IF(ISERROR(AVERAGE(LARGE(E16:E43,{1;2;3;4}))),"",AVERAGE(LARGE(E16:E43,{1;2;3;4}))))

Trevor

"(E-Mail Removed)" wrote:

> Hi All,
>
> I haven't a bit of problem displaying a blank cell in D15 as empty when
> the others cells are empty. The value that display is ######.
>
> Anyone there that can help me!
>
> Here is the formula: -
>
> =IF(COUNTBLANK(D1643)=29,"",AVERAGE(LARGE(D1643,{1;2;3;4})))
>
> The formula works fine and display the average of the largest set of 4.
> The only problem is displaying D15 as empty.
>
> Many thanks
>
> ims
>
>

 
Reply With Quote
 
ims121uk@gmail.com
Guest
Posts: n/a
 
      26th Jan 2007

Any other ideas that can help!

cheers

ims

On 26 Jan, 12:40, ims12...@gmail.com wrote:
> Hi Trevor,
>
> The column is now staying: #NUM!
>
> Cheers
>
> ims
>
> On 26 Jan, 12:36, Trevor Williams
>
>
>
> <TrevorWilli...@discussions.microsoft.com> wrote:
> > Hi ims

>
> > Try extending the column width to see if the number shows correctly

>
> > Trevor

>
> > "ims12...@gmail.com" wrote:
> > > Hi All,

>
> > > I haven't a bit of problem displaying a blank cell in D15 as empty when
> > > the others cells are empty. The value that display is ######.

>
> > > Anyone there that can help me!

>
> > > Here is the formula: -

>
> > > =IF(COUNTBLANK(D1643)=29,"",AVERAGE(LARGE(D1643,{1;2;3;4})))

>
> > > The formula works fine and display the average of the largest set of 4.
> > > The only problem is displaying D15 as empty.

>
> > > Many thanks

>
> > > ims- Hide quoted text -- Show quoted text -- Hide quoted text -- Show quoted text -


 
Reply With Quote
 
ims121uk@gmail.com
Guest
Posts: n/a
 
      26th Jan 2007
Trevor,

many thanks it all working fine

Cheers

ims

On 26 Jan, 12:52, ims12...@gmail.com wrote:
> Any other ideas that can help!
>
> cheers
>
> ims
>
> On 26 Jan, 12:40, ims12...@gmail.com wrote:
>
>
>
> > Hi Trevor,

>
> > The column is now staying: #NUM!

>
> > Cheers

>
> > ims

>
> > On 26 Jan, 12:36, Trevor Williams

>
> > <TrevorWilli...@discussions.microsoft.com> wrote:
> > > Hi ims

>
> > > Try extending the column width to see if the number shows correctly

>
> > > Trevor

>
> > > "ims12...@gmail.com" wrote:
> > > > Hi All,

>
> > > > I haven't a bit of problem displaying a blank cell in D15 as empty when
> > > > the others cells are empty. The value that display is ######.

>
> > > > Anyone there that can help me!

>
> > > > Here is the formula: -

>
> > > > =IF(COUNTBLANK(D1643)=29,"",AVERAGE(LARGE(D1643,{1;2;3;4})))

>
> > > > The formula works fine and display the average of the largest set of 4.
> > > > The only problem is displaying D15 as empty.

>
> > > > Many thanks

>
> > > > ims- Hide quoted text -- Show quoted text -- Hide quoted text -- Show quoted text -- Hide quoted text -- Show quoted text -


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
average in non-continuous set, excluding blanks JJ Microsoft Excel Worksheet Functions 6 8th Oct 2008 05:30 PM
Moving Average with Blanks E.Q. Microsoft Excel Misc 3 17th Jun 2008 09:46 PM
Formula for average of cells that have blanks Security Dave Microsoft Excel Worksheet Functions 1 14th May 2008 03:59 PM
Average not including Zeros/Blanks =?Utf-8?B?RGFT?= Microsoft Excel Worksheet Functions 8 17th Oct 2007 06:29 PM
Weighed Average of a weiged average when there are blanks krl - ExcelForums.com Microsoft Excel Misc 1 6th Jul 2005 07:37 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:44 PM.