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 / Worksheet Functions / September 2007

Tip: Looking for answers? Try searching our database.

Check Boxes

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Joe - 17 Sep 2007 00:50 GMT
Can anyone tell me if this is possible. I want the text in cell A1 to appear
in cell A2 only if the check box in cell A3 is checked. If this is possible,
can you tell me how to do it?
Dave Peterson - 17 Sep 2007 01:43 GMT
If you use a linked cell for that checkbox, you can check it in your formula.

For instance, if A3 is the linked cell for the checkbox hovering over A3, this
formula would go in A2:

=if(a3=true,a1,"")
or
=if(a3<>true,"",a1)

Or if A1 can be empty:
=if(a3<>true,"",if(a1="","",a1))
(to stop 0 from showing up when A1 is empty)

> Can anyone tell me if this is possible. I want the text in cell A1 to appear
> in cell A2 only if the check box in cell A3 is checked. If this is possible,
> can you tell me how to do it?

Signature

Dave Peterson

Joe - 17 Sep 2007 22:32 GMT
Thank you very, very much. I will give it a try.

> If you use a linked cell for that checkbox, you can check it in your formula.
>
[quoted text clipped - 12 lines]
> > in cell A2 only if the check box in cell A3 is checked. If this is possible,
> > can you tell me how to do it?
 
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.