PC Review


Reply
Thread Tools Rate Thread

Comparing data intervals

 
 
=?Utf-8?B?c21vdXRzYXQ=?=
Guest
Posts: n/a
 
      8th Dec 2005
If 2 observers collected data, what formula would be needed to count the
total number of intervals (potentially 30 intervals) observer 1 agreed with
observer 2.

Observer 1 will enter data (1-5) on row 3 (cells T3-AW3)
Observer 2 will enter data (1-5) on row 4 (cells T4-AW4)

In other words, how many times does T3=T4, does U3=U4, etc.? Is there a
short formula to use without having to identify all 30 intervals?
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      8th Dec 2005
=sumproduct(--(t3:aw3=t4:aw4))

May work for you.

smoutsat wrote:
>
> If 2 observers collected data, what formula would be needed to count the
> total number of intervals (potentially 30 intervals) observer 1 agreed with
> observer 2.
>
> Observer 1 will enter data (1-5) on row 3 (cells T3-AW3)
> Observer 2 will enter data (1-5) on row 4 (cells T4-AW4)
>
> In other words, how many times does T3=T4, does U3=U4, etc.? Is there a
> short formula to use without having to identify all 30 intervals?


--

Dave Peterson
 
Reply With Quote
 
=?Utf-8?B?c21vdXRzYXQ=?=
Guest
Posts: n/a
 
      8th Dec 2005
Thank you, Dave! Yes, that works but, what does the -- mean for future
reference?

"Dave Peterson" wrote:

> =sumproduct(--(t3:aw3=t4:aw4))
>
> May work for you.
>
> smoutsat wrote:
> >
> > If 2 observers collected data, what formula would be needed to count the
> > total number of intervals (potentially 30 intervals) observer 1 agreed with
> > observer 2.
> >
> > Observer 1 will enter data (1-5) on row 3 (cells T3-AW3)
> > Observer 2 will enter data (1-5) on row 4 (cells T4-AW4)
> >
> > In other words, how many times does T3=T4, does U3=U4, etc.? Is there a
> > short formula to use without having to identify all 30 intervals?

>
> --
>
> Dave Peterson
>

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      8th Dec 2005
=sumproduct() likes to work with numbers.

The -- stuff converts trues to 1's and Falses to 0's.



smoutsat wrote:
>
> Thank you, Dave! Yes, that works but, what does the -- mean for future
> reference?
>
> "Dave Peterson" wrote:
>
> > =sumproduct(--(t3:aw3=t4:aw4))
> >
> > May work for you.
> >
> > smoutsat wrote:
> > >
> > > If 2 observers collected data, what formula would be needed to count the
> > > total number of intervals (potentially 30 intervals) observer 1 agreed with
> > > observer 2.
> > >
> > > Observer 1 will enter data (1-5) on row 3 (cells T3-AW3)
> > > Observer 2 will enter data (1-5) on row 4 (cells T4-AW4)
> > >
> > > In other words, how many times does T3=T4, does U3=U4, etc.? Is there a
> > > short formula to use without having to identify all 30 intervals?

> >
> > --
> >
> > Dave Peterson
> >


--

Dave Peterson
 
Reply With Quote
 
=?Utf-8?B?c21vdXRzYXQ=?=
Guest
Posts: n/a
 
      8th Dec 2005
Thank you for explaining it! I appreciate your time today!

"Dave Peterson" wrote:

> =sumproduct() likes to work with numbers.
>
> The -- stuff converts trues to 1's and Falses to 0's.
>
>
>
> smoutsat wrote:
> >
> > Thank you, Dave! Yes, that works but, what does the -- mean for future
> > reference?
> >
> > "Dave Peterson" wrote:
> >
> > > =sumproduct(--(t3:aw3=t4:aw4))
> > >
> > > May work for you.
> > >
> > > smoutsat wrote:
> > > >
> > > > If 2 observers collected data, what formula would be needed to count the
> > > > total number of intervals (potentially 30 intervals) observer 1 agreed with
> > > > observer 2.
> > > >
> > > > Observer 1 will enter data (1-5) on row 3 (cells T3-AW3)
> > > > Observer 2 will enter data (1-5) on row 4 (cells T4-AW4)
> > > >
> > > > In other words, how many times does T3=T4, does U3=U4, etc.? Is there a
> > > > short formula to use without having to identify all 30 intervals?
> > >
> > > --
> > >
> > > Dave Peterson
> > >

>
> --
>
> Dave Peterson
>

 
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
Averaging intervals of data KK Microsoft Excel Misc 1 12th Jun 2009 11:59 PM
Record Data at Time Intervals herman7782@yahoo.com Microsoft Excel Programming 0 18th Jun 2006 10:37 PM
comparing time intervals znaya Microsoft Excel Worksheet Functions 0 8th May 2006 07:47 PM
Advice on comparing time intervals Ted Microsoft Access Form Coding 4 3rd Mar 2005 01:02 PM
Re: Grouping data within intervals Cartesio Microsoft Excel Worksheet Functions 0 2nd Nov 2004 02:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:32 PM.