View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Max of a defined function

Barb,

Grab my Colorindex function from
http://www.xldynamic.com/source/xld.ColourCounter.html and use
=MAX(ColorIndex(A1:A10))

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"Barb Reinhardt" wrote in message
...
OK, maybe there's a better way to do this, but I have the Colorindex

function
(from Ozgrid, I think) and I want to get the maximum value over a number

of
cells:

I have something like this:

=MAX(colorindex(A1),colorindex(A2),colorindex(A3))

I want to go 10 columns. Is there an easier way to do this? I know I can
write another macro, but I don't really want to do that right now.

Thanks,
Barb Reinhardt