G
Guest
I need the following array formul to only select cell values longer than a
string of 4. The array works-but I cannot get it to discriminate and only
select values of 5 characters and larger
=IF(ISERROR(LARGE(D6
14,ROW(INDIRECT("1:4")))),"",LARGE(D6
14,ROW(INDIRECT("1:4"))))
Ex. Col A
4444>Don't show
45656>Show value
123>Don't Show
45689>Show value
Thanks for the help.
string of 4. The array works-but I cannot get it to discriminate and only
select values of 5 characters and larger
=IF(ISERROR(LARGE(D6
14,ROW(INDIRECT("1:4")))),"",LARGE(D6
14,ROW(INDIRECT("1:4"))))Ex. Col A
4444>Don't show
45656>Show value
123>Don't Show
45689>Show value
Thanks for the help.