Hi Frank
Yes, that's interesting!
"Help" only mentions the localized values, and I have
never thought of trying the English ones.
Nice to know. Thanks for that piece of info.
The function also returns the English values for
e.g. "Type": "b", "l" and "v", while "Help" claims, that
the reurned values are localized, i.e. "t", "e" and "v".
LeoH
Frank Kabel said:
[...]
No. I suppose getting error values returned is sufficient error
trapping.
Also, MIN(ROW(PossiblyMulticellRange)) is
always inferior to CELL("Row",PossiblyMulticellRange).
Why is that?
You mean aside requiring one more function call and in and of itself
needing array entry? One drawback is internationalization if Excel
doesn't translate the "Row" argument. The degree to which that's
relevant in an English language newsgroup is arguable.
Hi Harlan
just as information: At least the German version is fine with a
formula like
=ZELLE("row",rng)
Interesting, isn't it. So Microsoft was able to deal for the CELL
function with the english values as first parameter. So I could
either enter
=ZELLE("row",rng)
or
=ZELLE("Zeile",rng)
both will work. Not sure about this behaviour in other localized
versions but I would assume that this is valid for them too
Frank