Thread
: [Solved]
How to use if condition to for this ...
View Single Post
12-19-2016, 02:14 PM
LearnerExcel
Windows 7 32bit
Office 2003
Advanced Beginner
Join Date: Nov 2016
Posts: 82
Got it. The below function works fine:
=IF(ISNUMBER(VALUE(LEFT(A1,1))),A1,"")
=IF(ISNUMBER(VALUE(LEFT(A1,1))),"",A1)
LearnerExcel
View Public Profile
Find all posts by LearnerExcel