Argento_Nuclear
New Member
- Joined
- Apr 5, 2019
- Messages
- 5
I am trying to find the standard deviation for data presented in different ranges and I am currently using the following equation:
=+STDEV.S(IF((e7a1!A12:A1010>=Primary!K$5)*e7a1!A12:A1010<=Primary!K$6);INDEX(Table1;0;MATCH($D19;Table1[#Headers];0)))
The reason for the formatting is that its for data across a time span based on a column name.
However, I am not getting the right answer out of this as when I compare it to:
=STDEV.S(e7a1!JM49:JM69)
Using the second option where I am manually selecting the same range I am trying to select using equation 1, I am getting the correct answer where as using equation 1 I do not.
I would appreciate the help.
Thanks.
=+STDEV.S(IF((e7a1!A12:A1010>=Primary!K$5)*e7a1!A12:A1010<=Primary!K$6);INDEX(Table1;0;MATCH($D19;Table1[#Headers];0)))
The reason for the formatting is that its for data across a time span based on a column name.
However, I am not getting the right answer out of this as when I compare it to:
=STDEV.S(e7a1!JM49:JM69)
Using the second option where I am manually selecting the same range I am trying to select using equation 1, I am getting the correct answer where as using equation 1 I do not.
I would appreciate the help.
Thanks.