MartinS
Active Member
- Joined
- Jun 17, 2003
- Messages
- 489
- Office Version
- 365
- Platform
- Windows
I am trying to find out if I can achieve something in Excel to apply some validation, but without using VBA if possible?
I have a requirement to validate a column to allow either NNNNNNN.NN or NNNNNNN.NN.NN (N always being numeric). The data will then be imported into SQL by another process, but the requirement is for the user to not enter 'rubbish' before the import process starts, but they also want the worksheet that contains the data to be copied/pasted to other workbooks, so having VBA behind it would not work for sheet once it was in another workbook. If VBA is the only option then we will consider an add-in but before we go down that road, I wanted to check to see if there was something I'm missing with data validation?
Thanks in advance
Martin
I have a requirement to validate a column to allow either NNNNNNN.NN or NNNNNNN.NN.NN (N always being numeric). The data will then be imported into SQL by another process, but the requirement is for the user to not enter 'rubbish' before the import process starts, but they also want the worksheet that contains the data to be copied/pasted to other workbooks, so having VBA behind it would not work for sheet once it was in another workbook. If VBA is the only option then we will consider an add-in but before we go down that road, I wanted to check to see if there was something I'm missing with data validation?
Thanks in advance
Martin