View Single Post
  #3  
Old 31st January 2008, 10:01 PM
wesmip1 wesmip1 is offline
Member
 
Join Date: Sep 2005
Posts: 1,601
Default

Oh and then you have another column that adds the MAX()'s up or you could do that in the same forumular ie :


= MAX(A1:C1) + MAX(D1:E1) + MAX(F1:F1) + MAX(G1:I1)

or howver it corresponds to what you need to max.

Good luck.
Reply With Quote