Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I Have a list of about 50 differnt numbers. The numbers are constantly
changing. I need to figure out who many points behind the highest score is each individual cell. Example: a1=50 a2=45 a3=33 a4=59 So in column B i want to say that a1 is 9 points behind the leader. A2 would be 14 points behind the leader. Any idea's? |
#2
![]() |
|||
|
|||
![]()
John
in B1 put: =MAX(A:A)-A1 and drag down. Regards Trevor "John" wrote in message ... I Have a list of about 50 differnt numbers. The numbers are constantly changing. I need to figure out who many points behind the highest score is each individual cell. Example: a1=50 a2=45 a3=33 a4=59 So in column B i want to say that a1 is 9 points behind the leader. A2 would be 14 points behind the leader. Any idea's? |
#3
![]() |
|||
|
|||
![]()
Hi!
Try this in B1 and copy down as needed: =IF(A1=MAX(A$1:A$4),"Leader",MAX(A$1:A$4)-A1) Biff -----Original Message----- I Have a list of about 50 differnt numbers. The numbers are constantly changing. I need to figure out who many points behind the highest score is each individual cell. Example: a1=50 a2=45 a3=33 a4=59 So in column B i want to say that a1 is 9 points behind the leader. A2 would be 14 points behind the leader. Any idea's? . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I assign a rank based on a cells' value | Excel Worksheet Functions | |||
Rank fx - Fill Down? | Excel Worksheet Functions | |||
Rank in Excel | Excel Worksheet Functions | |||
Rank() based on category | Excel Worksheet Functions | |||
Rank Function | Excel Worksheet Functions |