EJohnson99202
New Member
- Joined
- Nov 7, 2017
- Messages
- 7
Hello, I am trying to pull a Standard Deviation based on a specific group and can not seem to get the formula quite right.
I have a list of account numbers in column A, count of days between bills in column B and wanting to put the standard deviation in column C.
[TABLE="width: 233"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Acct #[/TD]
[TD]Days/Bills[/TD]
[TD]StdDev[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]31[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]28[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]35[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]10[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]14[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]11[/TD]
[TD] [/TD]
[/TR]
</tbody>[/TABLE]
How can I get the Standard Deviation to only account for the rows where the account numbers match, so my results are "4" for Rows 1 - 3 and "2" for Rows 4 - 6 and not show "11" for the whole column B?
PS: I'm working on a sheet with over 24K rows and over 2K different account numbers.
Thank you in advance!
I have a list of account numbers in column A, count of days between bills in column B and wanting to put the standard deviation in column C.
[TABLE="width: 233"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Acct #[/TD]
[TD]Days/Bills[/TD]
[TD]StdDev[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]31[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]28[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]35[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]10[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]14[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]11[/TD]
[TD] [/TD]
[/TR]
</tbody>[/TABLE]
How can I get the Standard Deviation to only account for the rows where the account numbers match, so my results are "4" for Rows 1 - 3 and "2" for Rows 4 - 6 and not show "11" for the whole column B?
PS: I'm working on a sheet with over 24K rows and over 2K different account numbers.
Thank you in advance!