excel - Result from formula is incorrect due to more than 255 characters -
hope can explain properly. below formula return data last (not latest) entered in column:
=index(a:a,match(rept("z",255),a:a))
instead of returning last value, returns second last value. assume has cell containing more 255 characters.
is there way around it? thought changing "255" "350" fix issue (clearly returned error).
cheers mal
if want value in last occupied cell not use:
=index(a:a, counta(a:a), 1)