Thread
: [Solved]
Copy data if the Cell A1 has 4 characters in total
View Single Post
05-31-2018, 05:33 PM
LearnerExcel
Windows 7 32bit
Office 2013
Advanced Beginner
Join Date: Nov 2016
Posts: 82
I tried the following code which is working fine.
=IF(LEN(A1)<=4,A1,"")
LearnerExcel
View Public Profile
Find all posts by LearnerExcel