PC Review


Reply
 
 
jlute@marzetti.com
Guest
Posts: n/a
 
      7th Mar 2008
I'm pretty sure this can be done but I'm tripping over it. Isn't it
possible to perform a StDev calculation on 2 column value of 1 row?
For example:

ID | Column1 | Column2 | StDev
123 | 10 | 125 | 81.3172

How do I write this expression in the query? I know you need to make
an alias but after that I'm lost after trying several things.

Your help is greatly appreciated. Thanks!
 
Reply With Quote
 
 
 
 
Michel Walsh
Guest
Posts: n/a
 
      7th Mar 2008


(column1 ^ 2 + column2 ^ 2 - 0.5* (column1 + column2) ^ 2 ) ^ 0.5



Vanderghast, Access MVP



<(E-Mail Removed)> wrote in message
news:69e65ffb-dc21-40c8-ad18-(E-Mail Removed)...
> I'm pretty sure this can be done but I'm tripping over it. Isn't it
> possible to perform a StDev calculation on 2 column value of 1 row?
> For example:
>
> ID | Column1 | Column2 | StDev
> 123 | 10 | 125 | 81.3172
>
> How do I write this expression in the query? I know you need to make
> an alias but after that I'm lost after trying several things.
>
> Your help is greatly appreciated. Thanks!



 
Reply With Quote
 
 
 
 
jlute@marzetti.com
Guest
Posts: n/a
 
      7th Mar 2008
WHOA! Thanks, Michel!!!

On Mar 7, 12:30*pm, "Michel Walsh"
<vanderghast@VirusAreFunnierThanSpam> wrote:
> * * (column1 ^ 2 + column2 ^ 2 - 0.5* (column1 + column2) ^ 2 *) ^ 0..5
>
> Vanderghast, Access MVP
>
> <jl...@marzetti.com> wrote in message
>
> news:69e65ffb-dc21-40c8-ad18-(E-Mail Removed)...
>
>
>
> > I'm pretty sure this can be done but I'm tripping over it. Isn't it
> > possible to perform a StDev calculation on 2 column value of 1 row?
> > For example:

>
> > ID * * | Column1 | Column2 | StDev
> > 123 * | *10 * * * * | 125 * * * * | 81.3172

>
> > How do I write this expression in the query? I know you need to make
> > an alias but after that I'm lost after trying several things.

>
> > Your help is greatly appreciated. Thanks!- Hide quoted text -

>
> - Show quoted text -


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
STDEV down, but not across, two cols?? Ed Microsoft Excel Discussion 2 25th Feb 2005 12:32 PM
STDEV without average daniel Microsoft Excel Discussion 5 24th Feb 2005 08:10 PM
Exceeding the maximum of 30 arguments of functions like STDEV Jurry Microsoft Excel Programming 3 5th May 2004 05:44 AM
About Average and Stdev code in VBA-waiting for your help online. Together Microsoft Excel Programming 1 7th Mar 2004 09:43 PM
average and stdev Jenny Microsoft Excel Programming 3 10th Feb 2004 09:05 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:42 PM.