#1   Report Post  
gocats
 
Posts: n/a
Default Data validation

How can set data validation for a cell to accept data between 100 000 and 104
999 or between 40 000 and 99 999?
  #2   Report Post  
Govind
 
Posts: n/a
Default

Hi,

From the range you had specified, why not use a Data-Validation and
choose

'Whole number' between '40,000 and 104999'.

Choose 'decimal' if you are going to have decimals as well.

Govind.

gocats wrote:
How can set data validation for a cell to accept data between 100 000 and 104
999 or between 40 000 and 99 999?

  #3   Report Post  
gocats
 
Posts: n/a
Default

Thanks, I should have wiitten 40 000 and 49 999 and 100 000 and 104 999?


"Govind" wrote:

Hi,

From the range you had specified, why not use a Data-Validation and
choose

'Whole number' between '40,000 and 104999'.

Choose 'decimal' if you are going to have decimals as well.

Govind.

gocats wrote:
How can set data validation for a cell to accept data between 100 000 and 104
999 or between 40 000 and 99 999?


  #4   Report Post  
Govind
 
Posts: n/a
Default

Ok, thats better. Choose the cell where you want the validation, Go to
Data-Validation and choose custom and enter this formula.

=OR(AND(A1=40000,A1<=49999),AND(A1=100000,A1<=10 4999))

Change A1 to the respective cell.

Regards

Govind.

gocats wrote:
Thanks, I should have wiitten 40 000 and 49 999 and 100 000 and 104 999?


"Govind" wrote:


Hi,

From the range you had specified, why not use a Data-Validation and
choose

'Whole number' between '40,000 and 104999'.

Choose 'decimal' if you are going to have decimals as well.

Govind.

gocats wrote:

How can set data validation for a cell to accept data between 100 000 and 104
999 or between 40 000 and 99 999?


  #5   Report Post  
gocats
 
Posts: n/a
Default

Thanks

Works a treat!

"Govind" wrote:

Ok, thats better. Choose the cell where you want the validation, Go to
Data-Validation and choose custom and enter this formula.

=OR(AND(A1=40000,A1<=49999),AND(A1=100000,A1<=10 4999))

Change A1 to the respective cell.

Regards

Govind.

gocats wrote:
Thanks, I should have wiitten 40 000 and 49 999 and 100 000 and 104 999?


"Govind" wrote:


Hi,

From the range you had specified, why not use a Data-Validation and
choose

'Whole number' between '40,000 and 104999'.

Choose 'decimal' if you are going to have decimals as well.

Govind.

gocats wrote:

How can set data validation for a cell to accept data between 100 000 and 104
999 or between 40 000 and 99 999?


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
Data validation screen size Brad Excel Discussion (Misc queries) 2 July 13th 05 09:18 PM
data validation lists [email protected] Excel Discussion (Misc queries) 5 June 25th 05 07:44 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
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM
Using Validation List from Another Workbook with Dependent Data Mike R. Excel Worksheet Functions 5 January 8th 05 07:06 PM


All times are GMT +1. The time now is 09:13 AM.

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

About Us

"It's about Microsoft Excel"