View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gordon[_2_] Gordon[_2_] is offline
external usenet poster
 
Posts: 211
Default Code for auto league tables!

Hi...

I have 3 columns A - C.

In Column A I have values 1 -15 in descending order.
In Column B I have names of tools.
In Column C I have values that are subject to change.

What I need is some code that will look at the values column C and then
shift the tool names in Column B so that it creates a league table. Column A
can remain unchanged. This all needs to be intuitive and automated so that
there is no user control.

Thanks

GC