Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Quote from Excel Worksheet Function.
Please help !!! Does anyone know how to skip the blank cells for calculating StdDev? such as, there are a set of data in each cell under colume A, the number of row will keep changing, but the maximum row of data is 600, so I input the formula in as following A601 cell =StdDev(A1:A600,count(A1:A600),0), if the number of data is 600, then the result will be corrected, but if the number of data is 60 only, then the result is 0. However, if I change the code as following StdDev(A1:A60,count(A1:A60),0), then I receive 81 as the result. Does StdDev count the blank cell as a 0 value for following coding StdDev(A1:A600,count(A1:A600),0)? so the result is 0. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Eric wrote...
Quote from Excel Worksheet Function. .... What quote? Does anyone know how to skip the blank cells for calculating StdDev? As others have pointed out already in responses to your original post, there's no built-in function named StdDev. Do you mean STDEV? If so, it automatically skips all blank cells as well as cells containing text or boolean values. That so, you could use something like =STDEV(A:A) If you do really mean a function named StdDev, then it's not a built-in function, and it's unlikely anyone here can help you unless you provide some details about that function. Putting it differently, no, no one here can help you given the information you've provided so far if you really mean the function is named StdDev. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I forget that StdDev is a function from external plug-in module for excel.
I should check it with the software provider. Thank you for your suggestion Eric "Harlan Grove" wrote: Eric wrote... Quote from Excel Worksheet Function. .... What quote? Does anyone know how to skip the blank cells for calculating StdDev? As others have pointed out already in responses to your original post, there's no built-in function named StdDev. Do you mean STDEV? If so, it automatically skips all blank cells as well as cells containing text or boolean values. That so, you could use something like =STDEV(A:A) If you do really mean a function named StdDev, then it's not a built-in function, and it's unlikely anyone here can help you unless you provide some details about that function. Putting it differently, no, no one here can help you given the information you've provided so far if you really mean the function is named StdDev. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to count blank cells that contain formula? | Excel Discussion (Misc queries) | |||
Automatically add "0" to blank cells without a formula in the cel. | Excel Worksheet Functions | |||
Skip blank cells in diagrams | Charts and Charting in Excel | |||
Imported Data creates blank cells that aren't really blank | Excel Worksheet Functions | |||
Blank Cells in Pivot Tables | Excel Discussion (Misc queries) |