How to calculate the SD of multiple cells not in a row

Markus123

New Member
Joined
May 19, 2018
Messages
3
Hello guys, it's 4am where i am and i have been working on this project for 8 hours. I cannot find the simple solution on google.

I basically have an array of cells that are not in a column or row (cannot organize them either as the file is quite large) that contain numbers and i need to know the SD of all the cells.

I've tried =STDEV(cell+cell+cell+infinity) this is for over 90 cells, and it does not give me the answer i need.

please help. If i'm not making much sense i apologize i am very sleep deprived.
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
I've tried =STDEV(cell+cell+cell+infinity) this is for over 90 cells, and it does not give me the answer i need.

The correct syntax is: STDEV(ref1, ref2, ..., ref254), where "refN" can be a range or a single cell reference. The use of comma or semicolon separators depends on your region.

Nevertheless, that is tedious for 90+ references. And you might encounter the limit on formula length.
 
Upvote 0

Forum statistics

Threads
1,225,749
Messages
6,186,802
Members
453,373
Latest member
Ereha

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top