Array constant issue
Sige,
I couldn't get your formula to work as I couldn't get the two IFs to work
jointly to return an array that MAX can work on. Meanwhile, whilst I think
about it, how about this much simpler array formula along the same lines
=MAX(IF(D1:D65535<"",ROW(D1:D65535)))
--
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
"Sige" wrote in message
ups.com...
Hi Bob,
Thx for your reponse ... your solutions will retrieve what the value is
in my last row.
Though I would like to define what the last row number is.
I think my formula should do fine ... besides the CHOOSE-issue where i
have to change my spearator from , to ;
I do not see what is wrong in the formula?!?!?!
Thanks for your insight,
Best Regards, Sige
As an alternative I can retrieve my last row-number via:
{=IF(ISBLANK(D65536);MATCH(2;1/(1-ISBLANK(D1:D65535)));65536)}
But I prefer not to use array formulas for "performance" reasons.
|