View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Max function for row with named cells

Yes, I came across this a few years ago and found it annoying. If you
use the name of a range, then the whole range will be taken as one of
the parameters, so to avoid that you have to use cell references.

Hope this helps.

Pete

On Aug 27, 11:05*pm, gg wrote:
I would like to ge the max number from two cells in a given row. *Max(A5,A6)
works fine. *But if the cells have defined names,(create name, top row) *and
i use Max(XMeasA,XmeasB) for example, I get the maximum for both columns
rather than just for the row. *Is there some other function available or do I
have to use cell addresses (a pain in this case). *Thanks in advance for any
help.