Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / June 2007

Tip: Looking for answers? Try searching our database.

if h2 > 30 and h2 < 60

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
tom - 19 Jun 2007 20:07 GMT
How to do the following conditional:

if h2 > 30 and h2 < 60
Don Guillett - 19 Jun 2007 20:24 GMT
formula/macro?

Signature

Don Guillett
SalesAid Software
dguillett1@austin.rr.com

> How to do the following conditional:
>
> if h2 > 30 and h2 < 60
Ian - 19 Jun 2007 20:31 GMT
Format>Conditional formatting>Cell value is>between>30>60 assuming 30 and 60
need to satisfy the condition. The set the format you want.

Signature

Ian
--

> How to do the following conditional:
>
> if h2 > 30 and h2 < 60
Piscator - 19 Jun 2007 20:55 GMT
=IF(H2>30,IF(H2<60,"TRUE","FALSE"),"FALSE")
Earl Kiosterud - 19 Jun 2007 21:08 GMT
Tom,

Your question is vague, but here's something:

=IF( AND(H2>30, H2<60), "It's between 30 and 60", "It ain't" )

Signature

Earl Kiosterud
www.smokeylake.com

   Note: Top-posting has been the norm here.
   Some folks prefer bottom-posting.
   But if you bottom-post to a reply that's
   already top-posted, the thread gets messy.
   When in Rome...
-----------------------------------------------------------------------

> How to do the following conditional:
>
> if h2 > 30 and h2 < 60
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.