How to do Pairwise comparison in Excel

  • Thread starter Thread starter Phillip
  • Start date Start date
P

Phillip

Is there anyone out there who attempted to do PairWise comparisons in Excel?
 
Do you mean to compare A1 with B1, then A2 with B2 etc? If so, put
this formula in C1:

=IF(A1=B1,"equal",IF(A1>B1,"A is larger","B is larger"))

Then copy down as far as you need.

Hope this helps.

Pete
 
Phillip -

One kind of "PairWise comparisons" is a statistical inference hypothesis
test.

Excel's Analysis ToolPak has a "t-Test: Paired Two Sample for Means"
feature.

The Analysis ToolPak is an add-in provided on the Office/Excel installation
CD.

In Excel 97-2003, choose Tools | Data Analysis | ...

In Excel 2008, choose Data | Data Analysis | ...

If you are referring to some other kind of "PairWise comparisons," please
provide more details and version of Excel.

- Mike Middleton
http://www.DecisionToolworks.com
Decision Analysis Add-ins for Excel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top