Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Soniya" wrote in message
... Hi All, How can I set a data validation to a cell to accept either multiples of 10 or 15 ? Hi Soniya, Choose Data/Validation and select the Custom option from the Allow dropdown. Then enter the following formula: =OR(MOD(A1,10)=0,MOD(A1,15)=0) Be sure to change A1 to the address of the cell you're applying this validation to. -- Rob Bovey, MCSE, MCSD, Excel MVP Application Professionals http://www.appspro.com/ * Please post all replies to this newsgroup * * I delete all unsolicited e-mail responses * |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Rob Bovey" wrote in message
... Choose Data/Validation and select the Custom option from the Allow dropdown. Then enter the following formula: =OR(MOD(A1,10)=0,MOD(A1,15)=0) Cool. Thanks Rob. You live and you learn. (You in this case is me :-) Now why is this suddenly "custom" and not "formula is" like in conditional formatting ? Strange. Best wishes Harald Excel MVP Followup to newsgroup only please. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Harald Staff" wrote in message
... Now why is this suddenly "custom" and not "formula is" like in conditional formatting ? Hi Harald, Custom refers to the type of data validation you want to apply. It's one of the selections in the Allow dropdown, which includes Whole number, List, Date, etc. Once you've selected Custom from the Allow dropdown, the control where you enter the formula is labeled "Formula", which is not too much different from conditional formatting. -- Rob Bovey, MCSE, MCSD, Excel MVP Application Professionals http://www.appspro.com/ * Please post all replies to this newsgroup * * I delete all unsolicited e-mail responses * |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
custom data validation on cells with data validation values | Excel Worksheet Functions | |||
Validation Data using Validation Table cell range..... | Excel Discussion (Misc queries) | |||
data validation invalid in dynamic validation list | Excel Discussion (Misc queries) | |||
data validation invalid in dynamic validation list | Excel Worksheet Functions | |||
Data validation with validation lists and combo boxs | Excel Discussion (Misc queries) |