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 / April 2007

Tip: Looking for answers? Try searching our database.

conditional formulas in Excel

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
greg - 17 Apr 2007 16:57 GMT
Hello,
I am looking to do some formulas in excel.
I have some check boxes.  With named cells.
and these check boxes have true/false values.
but I would like to use conditional formulas with these.
such as true and false. true or false
so if my named cells are
Box1 = true
Box2 = false

I would like to build Box1 and Box2.  Or, Box1 or Box2
But if I do that - =Box1 and Box2.  I get an error
If I do
=Box1 & Box2 I get TRUETRUE

Is there a way to do this?

thanks
Roger Govier - 17 Apr 2007 17:07 GMT
Hi Greg

Try
=Box1&" and "&Box2

=Box1&" or " Box2

Signature

Regards

Roger Govier

> Hello,
> I am looking to do some formulas in excel.
[quoted text clipped - 14 lines]
>
> thanks
greg - 17 Apr 2007 17:14 GMT
Hi Grovier,
Thanks for the help.
However now I get,
=Box1&" and "&Box2
TRUE and TRUE
is there a way to evaluate this formula?
to get only a  TRUE value?

thanks

> Hi Greg
>
[quoted text clipped - 21 lines]
> >
> > thanks
Peo Sjoblom - 17 Apr 2007 17:21 GMT
Try

=AND(Box1,Box2)

will return TRUE if both are checked and FALSE otherwise
If you want TRUE if any of them are checked change AND to OR

Signature

Regards,

Peo Sjoblom

> Hi Grovier,
> Thanks for the help.
[quoted text clipped - 31 lines]
>> >
>> > thanks
Barb Reinhardt - 17 Apr 2007 17:12 GMT
Fry something like this

=if(and(Box1,Box2),True,False)
alternatively
=if(or(Box1,Box2),True,False)

> Hello,
> I am looking to do some formulas in excel.
[quoted text clipped - 14 lines]
>
> thanks
greg - 17 Apr 2007 17:19 GMT
thanks barb,
looks good!

> Fry something like this
>
[quoted text clipped - 20 lines]
> >
> > thanks
 
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.