Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / September 2005

Tip: Looking for answers? Try searching our database.

Validation List

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Zainuddin Zakaria - 05 Sep 2005 17:18 GMT

I want to create a validation list for some cells in a row so that users can
only type in number 0 to 100 and also the alphabet "TH" for absentees. What
is the formula in the validation list. TQ.
Earl Kiosterud - 05 Sep 2005 17:45 GMT
Zainuddin,

If it's column A, and A1 is active (white), then you could use Data -
Validation - Custom.  It will allow TH or th.
=OR(AND(B1>=0, B1 <=100),B1="TH")

The formula above will allow fractional numbers (like 34.6).  If they're to
be disallowed, use:
=OR(AND(C1>=0, C1 <=100,IF(ISNUMBER(C1),MOD(C1,1),FALSE)=0),C1="TH")

--
Earl Kiosterud
www.smokeylake.com

> I want to create a validation list for some cells in a row so that users
> can
> only type in number 0 to 100 and also the alphabet "TH" for absentees.
> What
> is the formula in the validation list. TQ.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.