Hi,
I have a row of referenced cells (from another worksheet) that i am trying to find the maximum value of. Unfortunately the =MAX value is returning a 0 value.
The row of referenced cells are the result of a formula which is as follows:
=MAX(E6:E30)&REPT("*",ISNUMBER(MATCH(MAX(E6:E30)&"~*",INDEX(E6:E30&F6:F30,0),0)))
I suspect that the use of this formula is the reason that the 0 value is being returned. Can anyone help?
Thanks
Bookmarks