One way ..
Assume inputs would be made in col A, A1 down
Select col A
Click Data > Validation
Select Custom under "Allow"
Put as the "Formula:"
=OR(AND(A1>=0,A1<=100),A1="absent")
Click OK
Test it out ..
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
> I have a sheet in which i want to validate the values that are filled
> in: possible must be the numbers from 0 to 100 and the value "absent".
>
> How do i do this?
Petrus - 08 Jan 2006 16:01 GMT
> One way ..
>
[quoted text clipped - 23 lines]
>>
>>How do i do this?
Thanks a lot, it works . I had to replace the , by a ;
Max - 09 Jan 2006 01:13 GMT
> Thanks a lot, it works . I had to replace the , by a ;
Glad it worked, and you figured out how to adapt to suit <g>
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--