#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kay Kay is offline
external usenet poster
 
Posts: 129
Default Problems

I need your help again.
What formula to use to do the following
If the number in a cell (B1) is 20 or less the max can enter in C3 is 15
cant go over 15 it can be less.
but if the number in the same cell (B1)is more than 20 the max can enter in
C3 is 20.
That is two argument for one cell
--
KK
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Problems

Hi,

Select cell C3 and choose Data, Validation, from the Allow list pick Custom
and on the Formula line enter:

=IF(B1<=20,C3<=15,C3<=20)

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Kay" wrote:

I need your help again.
What formula to use to do the following
If the number in a cell (B1) is 20 or less the max can enter in C3 is 15
cant go over 15 it can be less.
but if the number in the same cell (B1)is more than 20 the max can enter in
C3 is 20.
That is two argument for one cell
--
KK

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Problems

Data Validation:

=OR(AND(B1<=20,C3<=15),AND(B120,C3<=20))


"Kay" wrote:

I need your help again.
What formula to use to do the following
If the number in a cell (B1) is 20 or less the max can enter in C3 is 15
cant go over 15 it can be less.
but if the number in the same cell (B1)is more than 20 the max can enter in
C3 is 20.
That is two argument for one cell
--
KK

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kay Kay is offline
external usenet poster
 
Posts: 129
Default Problems

The formula works, but is there a way for it to automatically enter 15 if I
entered more, when b1 is less than 20.(When I entered more the 15 I get a
message -USER RESTRICTED VALUE THAT CAN ENTER IN THIS CELL .....)
The next thing can I lock this formula from editing being that the cell is
need for other people's entry.
--
KK


"Teethless mama" wrote:

Data Validation:

=OR(AND(B1<=20,C3<=15),AND(B120,C3<=20))


"Kay" wrote:

I need your help again.
What formula to use to do the following
If the number in a cell (B1) is 20 or less the max can enter in C3 is 15
cant go over 15 it can be less.
but if the number in the same cell (B1)is more than 20 the max can enter in
C3 is 20.
That is two argument for one cell
--
KK

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
PROBLEMS PROBLEMS!! HENRIETA Excel Discussion (Misc queries) 0 August 11th 08 07:46 PM
SUM Problems AFroines Excel Worksheet Functions 1 September 17th 07 09:48 PM
Problems with IRM Aaron West Charts and Charting in Excel 0 June 28th 05 09:27 PM
Tab Key problems ESL in Tyler Excel Discussion (Misc queries) 2 March 21st 05 11:01 PM
SP3 problems Ron Weaver Excel Discussion (Misc queries) 3 March 19th 05 04:57 PM


All times are GMT +1. The time now is 10:10 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"