View Single Post
 
Old 12-19-2016, 02:14 PM
LearnerExcel LearnerExcel is offline Windows 7 32bit Office 2003
Advanced Beginner
 
Join Date: Nov 2016
Posts: 82
LearnerExcel will become famous soon enoughLearnerExcel will become famous soon enough
Default

Got it. The below function works fine:

=IF(ISNUMBER(VALUE(LEFT(A1,1))),A1,"")

=IF(ISNUMBER(VALUE(LEFT(A1,1))),"",A1)
Reply With Quote