A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

#missing!



 
 
Thread Tools Display Modes
  #1  
Old October 15th, 2008, 05:23 PM posted to microsoft.public.excel.worksheet.functions
Arne Hegefors
external usenet poster
 
Posts: 69
Default #missing!

Hi! I have a worksheet with several tables. The tables are linked to each
other using functions such as LOOKFORROW and others. I want to calculate the
average of certain columns. however in many columns there is one or more
cells that says #MISSING!, hence I cannot calculate an average. How do I
solve this? I want simply ignore the missing values or treat them as the
value befor or something. thanks alot for any help
  #2  
Old October 15th, 2008, 05:40 PM posted to microsoft.public.excel.worksheet.functions
Gary''s Student
external usenet poster
 
Posts: 7,584
Default #missing!

=AVERAGE(IF(ISNUMBER(A1:A100),A1:A100,""))

This is an array formula that must be entered with CNTRL-SHFT-ENTER
rather than just the ENTER key.
--
Gary''s Student - gsnu200807


"Arne Hegefors" wrote:

Hi! I have a worksheet with several tables. The tables are linked to each
other using functions such as LOOKFORROW and others. I want to calculate the
average of certain columns. however in many columns there is one or more
cells that says #MISSING!, hence I cannot calculate an average. How do I
solve this? I want simply ignore the missing values or treat them as the
value befor or something. thanks alot for any help

  #3  
Old October 15th, 2008, 05:50 PM posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom[_2_]
external usenet poster
 
Posts: 963
Default #missing!

In Swedish that would be


=MEDEL(OM(ÄRTAL(A1:A100);A1:A100;""))

still entered with ctrl + shift & enter



--


Regards,


Peo Sjoblom

"Gary''s Student" wrote in message
...
=AVERAGE(IF(ISNUMBER(A1:A100),A1:A100,""))

This is an array formula that must be entered with CNTRL-SHFT-ENTER
rather than just the ENTER key.
--
Gary''s Student - gsnu200807


"Arne Hegefors" wrote:

Hi! I have a worksheet with several tables. The tables are linked to each
other using functions such as LOOKFORROW and others. I want to calculate
the
average of certain columns. however in many columns there is one or more
cells that says #MISSING!, hence I cannot calculate an average. How do I
solve this? I want simply ignore the missing values or treat them as the
value befor or something. thanks alot for any help



 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:57 PM.


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