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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -