Hi all,
I have a formula that looks like this:
=subtotal(4, Data)
Data = OFFSET(Sheet1!$C6,0,1,1,COUNTA(Sheet1!6:6)-2)
*the Data range selects correctly when I look in the "define name" wizard.
When I use the "function arguments" wizard
function_num "4" = MAX
Ref1 Data = {1,2,3,4,5,6}
Formula Result = 6.0
But in the sheet it self the formula does not return a result.
Any idea as to why?
Thanks,
Matt
Bookmarks