View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
David F. Cox David F. Cox is offline
external usenet poster
 
Posts: 11
Default Creating a formula to compare 32 sets of data against each other?

as specified that will be 16 * 31 comparisons, or do you want a 32*32 grid?

How are you comparing the percentages? e.g a is x% of B? Or A-B ?

I assume the percentages are arranged in a column?

David F. Cox

"Trey" wrote in message
...
I have 32 percentages (A1...A32).

I need to write a formula that will compare each percentage against every
other percentage without typing it in over and over again. Please Help