Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jen Jen is offline
external usenet poster
 
Posts: 119
Default How do I restrict what is entered in the next cell?

Hi,
I have a list of codes from number 200 to 900. For all codes 400 and under a
clients name needs to be added in the next cell. For all codes over 400 there
does not need to be a client in the next cell. How can make it so when
someone enters the code 400 or under they have to enter a clients name in the
next cell?

Tx
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default How do I restrict what is entered in the next cell?

If the codes are entered in column A then in C1 enter:

=IF(A1="","",IF(A1400,"",IF(B1<"","","enter a name in column B")))
and copy down

This will expose a reminder that the client name has not been entered in
column B
--
Gary''s Student - gsnu200793


"Jen" wrote:

Hi,
I have a list of codes from number 200 to 900. For all codes 400 and under a
clients name needs to be added in the next cell. For all codes over 400 there
does not need to be a client in the next cell. How can make it so when
someone enters the code 400 or under they have to enter a clients name in the
next cell?

Tx

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jen Jen is offline
external usenet poster
 
Posts: 119
Default How do I restrict what is entered in the next cell?

Thanks for that, but I want to be able to enter information into C column
also.

"Gary''s Student" wrote:

If the codes are entered in column A then in C1 enter:

=IF(A1="","",IF(A1400,"",IF(B1<"","","enter a name in column B")))
and copy down

This will expose a reminder that the client name has not been entered in
column B
--
Gary''s Student - gsnu200793


"Jen" wrote:

Hi,
I have a list of codes from number 200 to 900. For all codes 400 and under a
clients name needs to be added in the next cell. For all codes over 400 there
does not need to be a client in the next cell. How can make it so when
someone enters the code 400 or under they have to enter a clients name in the
next cell?

Tx

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
restrict cell content display Stefi Excel Discussion (Misc queries) 3 December 6th 07 02:07 PM
Restrict cell deletion starguy Excel Discussion (Misc queries) 6 June 23rd 06 11:54 AM
Restrict User to specific cell [email protected] Excel Discussion (Misc queries) 3 April 24th 06 01:59 AM
how do I restrict cell input to dates only? James E Slack Excel Discussion (Misc queries) 2 December 12th 05 12:10 AM
Restrict input into cell array dlp1848 Excel Discussion (Misc queries) 1 September 26th 05 08:35 PM


All times are GMT +1. The time now is 12:10 PM.

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"