Sep 20, 2001 #1 wuwang Programmer May 16, 2001 48 US Hello, Can anyone guide me how to make a formula to find out if the length of column data > 20 in Excel spreadsheet? Thank you in advance. Paul
Hello, Can anyone guide me how to make a formula to find out if the length of column data > 20 in Excel spreadsheet? Thank you in advance. Paul
Sep 20, 2001 #2 ETID Programmer Jul 6, 2001 1,867 US Do you mean the length of data in a cell?..if so, it's =if(len([your cell])>20,"say something","say nothing" Upvote 0 Downvote
Do you mean the length of data in a cell?..if so, it's =if(len([your cell])>20,"say something","say nothing"