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