How do I refer to non-contiguous cells in a compound function ...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'd like to do a ttest on non-contiguous cells, but am having trouble making
excel understand where the commas delimit lists of cells and where they
delimt the function's elements. So I'd like: ttest({a1,h1},{b2,i2},2,1)
which doesn't work ...

Thanks

Adrian
 
Adrian,

Try:

=TTEST((A1,H1),(B2,I2),2,1)

HTH,
Bernie
MS Excel MVP
 

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