#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Cell formular

I am trying to write a formular in a cell whereby if the value of an ajoining
cell is between 2 and 5, then enter 50. If the value is not between 2 and 5
then enter zero.
I have not found the proper formular so far, can someone assist me?
Thanks.
--
rshfl
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default Cell formular

Something like the following:

=IF(AND(A22,A2<5),50,0)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Ron H" wrote:

I am trying to write a formular in a cell whereby if the value of an ajoining
cell is between 2 and 5, then enter 50. If the value is not between 2 and 5
then enter zero.
I have not found the proper formular so far, can someone assist me?
Thanks.
--
rshfl

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 117
Default Cell formular

=IF(AND(A1=2,A1<=5),50,0)
will include the numbers 2 and 5.


"Ron H" wrote in message
...
I am trying to write a formular in a cell whereby if the value of an
ajoining
cell is between 2 and 5, then enter 50. If the value is not between 2 and
5
then enter zero.
I have not found the proper formular so far, can someone assist me?
Thanks.
--
rshfl



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
Cell formular glenn Excel Discussion (Misc queries) 5 September 10th 06 06:25 PM
cell formular glenn Excel Discussion (Misc queries) 3 September 9th 06 11:30 PM
Cell formular glenn Excel Discussion (Misc queries) 1 September 8th 06 11:08 PM
can I lock just the formular in a cell pcconfused Excel Worksheet Functions 8 January 11th 06 01:05 AM
How can we formular a dynamic cell? i.e. =B2 as ="B"&"2"?? qatest Excel Worksheet Functions 6 June 15th 05 09:49 PM


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