PC Review


Reply
Thread Tools Rate Thread

Classification

 
 
Kristin
Guest
Posts: n/a
 
      23rd Apr 2010
Hello,

I am trying to classify 5 columns of scores into groups based on the
dominant score in each row. for example, if column A2 has the highest score
out of A2:E2, then the classification number should be 1. likewise if E2 has
the highest score out of A2:E2, then the classification number should be 5

any thoughts?
 
Reply With Quote
 
 
 
 
Jacob Skaria
Guest
Posts: n/a
 
      23rd Apr 2010
Do you mean

=MAX(A2:E2)

--
Jacob (MVP - Excel)


"Kristin" wrote:

> Hello,
>
> I am trying to classify 5 columns of scores into groups based on the
> dominant score in each row. for example, if column A2 has the highest score
> out of A2:E2, then the classification number should be 1. likewise if E2 has
> the highest score out of A2:E2, then the classification number should be 5
>
> any thoughts?

 
Reply With Quote
 
Bernd P
Guest
Posts: n/a
 
      23rd Apr 2010
> Do you mean
>
> =MAX(A2:E2)
>


Maybe more like
=MATCH(MAX(A2:E2),A2:E2,0)
I guess.

Regards,
Bernd
 
Reply With Quote
 
Kristin
Guest
Posts: n/a
 
      23rd Apr 2010
sort of, but i don't need the value of the max, i need the column that the
max value is in...

"Jacob Skaria" wrote:

> Do you mean
>
> =MAX(A2:E2)
>
> --
> Jacob (MVP - Excel)
>
>
> "Kristin" wrote:
>
> > Hello,
> >
> > I am trying to classify 5 columns of scores into groups based on the
> > dominant score in each row. for example, if column A2 has the highest score
> > out of A2:E2, then the classification number should be 1. likewise if E2 has
> > the highest score out of A2:E2, then the classification number should be 5
> >
> > any thoughts?

 
Reply With Quote
 
Jacob Skaria
Guest
Posts: n/a
 
      23rd Apr 2010
Try
=MATCH(MAX(A2:E2),A2:E2)

--
Jacob (MVP - Excel)


"Kristin" wrote:

> sort of, but i don't need the value of the max, i need the column that the
> max value is in...
>
> "Jacob Skaria" wrote:
>
> > Do you mean
> >
> > =MAX(A2:E2)
> >
> > --
> > Jacob (MVP - Excel)
> >
> >
> > "Kristin" wrote:
> >
> > > Hello,
> > >
> > > I am trying to classify 5 columns of scores into groups based on the
> > > dominant score in each row. for example, if column A2 has the highest score
> > > out of A2:E2, then the classification number should be 1. likewise if E2 has
> > > the highest score out of A2:E2, then the classification number should be 5
> > >
> > > any thoughts?

 
Reply With Quote
 
Kristin
Guest
Posts: n/a
 
      23rd Apr 2010
almost...just not consistently correct... (last column contains the formula)

3 2 3.5 3.5 1.5 4
3.5 3 3.5 4 5 5
3.5 2 4.5 3 3.5 3
3 1 4.5 2 4 3
2 10 4.5 3.5 3 5
2 1.5 3.5 4 2.5 4


"Jacob Skaria" wrote:

> Try
> =MATCH(MAX(A2:E2),A2:E2)
>
> --
> Jacob (MVP - Excel)
>
>
> "Kristin" wrote:
>
> > sort of, but i don't need the value of the max, i need the column that the
> > max value is in...
> >
> > "Jacob Skaria" wrote:
> >
> > > Do you mean
> > >
> > > =MAX(A2:E2)
> > >
> > > --
> > > Jacob (MVP - Excel)
> > >
> > >
> > > "Kristin" wrote:
> > >
> > > > Hello,
> > > >
> > > > I am trying to classify 5 columns of scores into groups based on the
> > > > dominant score in each row. for example, if column A2 has the highest score
> > > > out of A2:E2, then the classification number should be 1. likewise if E2 has
> > > > the highest score out of A2:E2, then the classification number should be 5
> > > >
> > > > any thoughts?

 
Reply With Quote
 
Kristin
Guest
Posts: n/a
 
      23rd Apr 2010
That works!!!! Thank you both so much!

"Bernd P" wrote:

> > Do you mean
> >
> > =MAX(A2:E2)
> >

>
> Maybe more like
> =MATCH(MAX(A2:E2),A2:E2,0)
> I guess.
>
> Regards,
> Bernd
> .
>

 
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
Email Classification 2Tian Microsoft Outlook Third-Party Utilities 2 21st Feb 2007 10:23 AM
Email classification 2Tian Microsoft Outlook 1 22nd Jan 2007 06:06 AM
Classification Banner =?Utf-8?B?TQ==?= Microsoft Outlook Discussion 0 27th Mar 2006 11:32 PM
WD beta2 Classification =?Utf-8?B?R3Vz?= Security and Anti-Spyware Community 1 16th Feb 2006 08:58 PM
classification markings alex Microsoft Outlook Discussion 0 9th Nov 2004 07:42 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:24 AM.