Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Werner,
Machine 3 and 4 is being excluded because the values in C37 and C38 are not numbers, so it works as you want. You could use =MITTELWERT(WENN(ISTZAHL(C35:C36);C35:C36);WENN(IS TZAHL(C39:C45);C39:C45)) which is again an array formula, but I can't see that it is neceesarry. -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Werner Rohrmoser" wrote in message ... Bob, my problem is that Machine 3 and 4 is not included, so I do not have one range. What I'm looking for is a formula which can handle multiple independant ranges. My formula should be:"{=MITTELWERT(WENN(ISTZAHL((C35:C36;C39:C45)); (C35:C36;C39:C45)))} but this doesn't work. Werner |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Bob,
that's exactly what I need, excellent! It's necessary becaues I exclude Machine 3 and 4 because they are other types of machines and in later years (it's a dataseries, which starts in the year 1999) they have numbers. So I have to exclude them also when they have numbers. Best Regards Werner |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Okay, at least I went beyond my prejudices to give you a solution <vbg
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Werner Rohrmoser" wrote in message ... Bob, that's exactly what I need, excellent! It's necessary becaues I exclude Machine 3 and 4 because they are other types of machines and in later years (it's a dataseries, which starts in the year 1999) they have numbers. So I have to exclude them also when they have numbers. Best Regards Werner |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate the average of numbers, ignoring multiple values | Excel Discussion (Misc queries) | |||
select date range then find average of values in another cell | Excel Worksheet Functions | |||
Average Values / Multiple Worksheets | Excel Worksheet Functions | |||
Error Handling #N/A with AVERAGE Function - Average of values in Row | Excel Worksheet Functions | |||
Can you average data in 1 column based on a range of values in another? | Excel Worksheet Functions |