![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Statistical > CORREL |
CORREL(array1, array2) |
| Returns the correlation coefficient between two dates. |
| array1 | The first array. | |
| array2 | The second optional array. |
| REMARKS |
| The "array1" and "array2" must be numbers, or names, arrays, or references that contain numbers. | ||
| If an array or reference argument contains text, logical values, or empty cells, those values are ignored; however, cells with the value zero are included. | ||
| If "array1" and "array2" have a different number of data points, then #N/A is returned. | ||
| If either "array1" or "array2" is empty, or if the standard deviation of their values equals zero, then #DIV/0! is returned. |
| EXAMPLES |
|
| Functions - C | Index - C | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |