PC Review


Reply
Thread Tools Rate Thread

How do I restrict what is entered in the next cell?

 
 
Jen
Guest
Posts: n/a
 
      25th Jun 2008
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 With Quote
 
 
 
 
Gary''s Student
Guest
Posts: n/a
 
      25th Jun 2008
If the codes are entered in column A then in C1 enter:

=IF(A1="","",IF(A1>400,"",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 With Quote
 
Jen
Guest
Posts: n/a
 
      26th Jun 2008
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(A1>400,"",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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I Restrict Characters From Being Entered? Barney Fyfe Microsoft Excel Discussion 18 5th Jun 2007 10:47 AM
Restrict the Time value entered in a text box Jose Microsoft Access Form Coding 1 13th Feb 2007 12:19 PM
How to restrict a date from being entered =?Utf-8?B?SGF5YWJ1c2FNYW4=?= Microsoft Access Database Table Design 2 15th Mar 2005 11:15 AM
how to restrict the old number already entered mangesh Microsoft Excel Misc 2 5th Mar 2004 11:44 AM
restrict value entered into cell ericlye Microsoft Excel Misc 1 27th Aug 2003 10:33 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:40 PM.