Question

  1. How to make few range of cells to be restricted with fixed length in number of characters keying in.

  2. How to make range of fields to be of Integer type alone. Meaning, it should not accept anything characters than Numbers.

Was it helpful?

Solution

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.

alt text

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top