I have the following data matrix:
What formula can I use in cell J1 that will take the standard deviation of only columns A, C, E, G?HTML Code:
Given: The actual matrix is 1,000 columns wide
I have the following data matrix:
What formula can I use in cell J1 that will take the standard deviation of only columns A, C, E, G?HTML Code:
Given: The actual matrix is 1,000 columns wide
Last edited by SDruley; 03-05-2011 at 10:05 AM.
Turn Data into Information
Turn Information into Knowledge
Turn Knowledge into Direction
Turn Direction into Leadership
Turn Leadership into Results
Stephen Druley
It's not how quickly you think
But how deeply you think
The quality of thinking is measured
by remoteness to conformance
Stephen Druley
It might be best to simply write a macro to extract the value to another sheet so as to avoid an array formula, however, you might adapt this if you don't want to use VBA.
{=AVERAGE(IF(MOD(COLUMN(A1:H1),2)=1,A1:H1))}
Remember: array formulas are committed using Ctrl + Shift + Enter
If you need every other column starting with column-B, just change =1 to =0
Palmetto
Do you know . . . ?
You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.
Nice work.
It is truly amazing that Excel Forum contributors can come up with this amazing stuff!!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks