Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Excelnovice
 
Posts: n/a
Default data validation: formula for validating only multiples of 10

need formula for validating data in a cell. function required is for allowing
only multiples of 10
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ardus Petus
 
Posts: n/a
Default data validation: formula for validating only multiples of 10

=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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Miguel Zapico
 
Posts: n/a
Default data validation: formula for validating only multiples of 10

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Alan
 
Posts: n/a
Default data validation: formula for validating only multiples of 10

=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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Macro to Copy & Paste [email protected] Excel Worksheet Functions 0 December 1st 05 01:56 PM
Data Validation with Formula Annabelle Excel Discussion (Misc queries) 2 June 28th 05 10:11 PM
named range, data validation: list non-selected items, and new added items KR Excel Discussion (Misc queries) 1 June 24th 05 05:21 AM
Data Validation - Custom - Formula DYeomans Excel Worksheet Functions 2 May 2nd 05 05:21 AM
HELP: Data > Validation ---List ----Formula amit Excel Worksheet Functions 3 April 15th 05 01:38 PM


All times are GMT +1. The time now is 10:37 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"