Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default Display output as blanks with average and large value set

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(D16:D43)=29,"",AVERAGE(LARGE(D16:D4 3,{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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 181
Default Display output as blanks with average and large value set

Hi ims

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

Trevor

" 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(D16:D43)=29,"",AVERAGE(LARGE(D16:D4 3,{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


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default Display output as blanks with average and large value set

Hi Trevor,

The column is now staying: #NUM!

Cheers

ims

On 26 Jan, 12:36, Trevor Williams
wrote:
Hi ims

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

Trevor



" 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(D16:D43)=29,"",AVERAGE(LARGE(D16:D4 3,{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 -


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 181
Default Display output as blanks with average and large value set

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(L ARGE(E16:E43,{1;2;3;4}))),"",AVERAGE(LARGE(E16:E43 ,{1;2;3;4}))))

Trevor

" 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(D16:D43)=29,"",AVERAGE(LARGE(D16:D4 3,{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


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default Display output as blanks with average and large value set


Any other ideas that can help!

cheers

ims

On 26 Jan, 12:40, wrote:
Hi Trevor,

The column is now staying: #NUM!

Cheers

ims

On 26 Jan, 12:36, Trevor Williams



wrote:
Hi ims


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


Trevor


" 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(D16:D43)=29,"",AVERAGE(LARGE(D16:D4 3,{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 -




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default Display output as blanks with average and large value set

Trevor,

many thanks it all working fine

Cheers

ims

On 26 Jan, 12:52, wrote:
Any other ideas that can help!

cheers

ims

On 26 Jan, 12:40, wrote:



Hi Trevor,


The column is now staying: #NUM!


Cheers


ims


On 26 Jan, 12:36, Trevor Williams


wrote:
Hi ims


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


Trevor


" 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(D16:D43)=29,"",AVERAGE(LARGE(D16:D4 3,{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
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
Average with out zeros or blanks Permdawg Excel Discussion (Misc queries) 1 July 18th 10 01:52 PM
average in non-continuous set, excluding blanks JJ Excel Worksheet Functions 6 October 8th 08 05:30 PM
Moving Average with Blanks E.Q. Excel Discussion (Misc queries) 3 June 17th 08 09:46 PM
Formula for average of cells that have blanks Security Dave[_2_] Excel Worksheet Functions 1 May 14th 08 03:59 PM
Weighed Average of a weiged average when there are blanks krl - ExcelForums.com Excel Discussion (Misc queries) 1 July 6th 05 07:37 PM


All times are GMT +1. The time now is 04:46 AM.

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

About Us

"It's about Microsoft Excel"