I need Formula help

G

Guest

I need to enter a # into a cell C4

down the page in C33 I need a formula
that will accept the # entered in C4 if
it is between these two numbers 50 & 252
 
G

Guest

hi,
you really didn't profide enough info but this is it basically.

=IF(AND(C4>=50, C4<=252), TRUE, FALSE)

regards
FSt1
 
G

Guest

Hi Tim
Its not helping... I need the number enterd in C4 to be also entered into
C33 only if it is between 50 and 252... as the other cells in the page
connected to C33 misfunction. the same goes for the true false command
 
T

Tim Zych

=IF(AND(C4>=50, C4<=252),C4,0)



j5b9721 said:
Hi Tim
Its not helping... I need the number enterd in C4 to be also entered into
C33 only if it is between 50 and 252... as the other cells in the page
connected to C33 misfunction. the same goes for the true false command
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top