Hi,
Cell H16 has data validation which uses one of many ranges from another sheet, as its source for a droplist, based upon entry in E16.
What I need to do is limit the input of H16 to numeric values only. At the moment a user can choose a number from the list which is good. They can also type numbers in the cell which is good. But the user could also type letters in the cell, which is bad.
How can I double up the data validation on the cell? And pop-up a stop message if the cell value is not numeric?
Cell H16 has data validation which uses one of many ranges from another sheet, as its source for a droplist, based upon entry in E16.
What I need to do is limit the input of H16 to numeric values only. At the moment a user can choose a number from the list which is good. They can also type numbers in the cell which is good. But the user could also type letters in the cell, which is bad.
How can I double up the data validation on the cell? And pop-up a stop message if the cell value is not numeric?