Thread
:
how to detect 5th character?
View Single Post
#
4
Roger Govier
Posts: n/a
how to detect 5th character?
Hi
Try =IF(LEN(A1)=5,"5th character","No 5th character")
Regards
Roger Govier
nastech wrote:
Is there a way to tell if there is a 5th characater in a cell, instead of 4?
Thanks - Nastech
Reply With Quote