Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 100
Default more than, but less than

I need a formula that will determine if the number in A1 is between 118 and
121. Preferably an if statement.

Regards,

M.A.Tyler
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,934
Default more than, but less than

Well, if all you want is TRUE or FALSE, you can use this...

=AND(A1118,A1<121)

but if you want a different report, then this...

=IF(AND(A1118,A1<121),"Yes","No")

Changing the "Yes" and "No" according to your needs.

--
Rick (MVP - Excel)


"M.A.Tyler" <Great Lakes State wrote in message
...
I need a formula that will determine if the number in A1 is between 118 and
121. Preferably an if statement.

Regards,

M.A.Tyler


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 100
Default more than, but less than

Thanks Rick.

"Rick Rothstein" wrote:

Well, if all you want is TRUE or FALSE, you can use this...

=AND(A1118,A1<121)

but if you want a different report, then this...

=IF(AND(A1118,A1<121),"Yes","No")

Changing the "Yes" and "No" according to your needs.

--
Rick (MVP - Excel)


"M.A.Tyler" <Great Lakes State wrote in message
...
I need a formula that will determine if the number in A1 is between 118 and
121. Preferably an if statement.

Regards,

M.A.Tyler



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



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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"