Thread: excel question
View Single Post
  #6  
Old 21st July 2008, 09:59 PM
Chrome Prince Chrome Prince is offline
Member
 
Join Date: Jan 1970
Posts: 4,366
Default

Actually, you can do without the formula in column B altogether and just type this in cell B1 and copy it down.

=IF(A1=MAX(A:A),100,(A1/MAX(A:A)*100))

Better

Or even better...

=IF(A1=MAX(A:A),(MAX(A:A)/MAX(A:A))*100,(A1/MAX(A:A)*100))

__________________
RaceCensus - powerful system testing software.
Now with over 400,000 Metropolitan, Provincial and Country races!
http://www.propun.com.au/horse_raci...ng_systems.html
*RaceCensus now updated to 30/04/2024
Video overview of RaceCensus here:
http://www.youtube.com/watch?v=W821YP_b0Pg
Reply With Quote