How to make few range of cells to be restricted with fixed length in number of characters keying in.
How to make range o开发者_C百科f fields to be of Integer type alone. Meaning, it should not accept anything characters than Numbers.
You Should use Data Validation.
From the Ribbon Data-> Data Validation.
You can restrict the selected cells to Whole Numbers, Text Between min and max length, To a certain List, To Dates, etc.
精彩评论