Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
need formula for validating data in a cell. function required is for allowing
only multiples of 10 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=MOD(A1,10)=0
HTH -- AP "Excelnovice" a écrit dans le message de news: ... need formula for validating data in a cell. function required is for allowing only multiples of 10 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can use the custom option on data validation, with a formula like:
=(MOD(A1,10)=0) Hope this helps, Miguel. "Excelnovice" wrote: need formula for validating data in a cell. function required is for allowing only multiples of 10 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=MOD(A1,10)=0
"Excelnovice" wrote in message ... need formula for validating data in a cell. function required is for allowing only multiples of 10 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Macro to Copy & Paste | Excel Worksheet Functions | |||
Data Validation with Formula | Excel Discussion (Misc queries) | |||
named range, data validation: list non-selected items, and new added items | Excel Discussion (Misc queries) | |||
Data Validation - Custom - Formula | Excel Worksheet Functions | |||
HELP: Data > Validation ---List ----Formula | Excel Worksheet Functions |