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

Tip: Looking for answers? Try searching our database.

Excel CheckBox

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Angela - 27 Jul 2007 21:04 GMT
I've created a checkbox in A1.
If the checkbox is checked, I want B1 to appear as 1 and if not, 2.  I
cannot get my if function to work.  The worksheet recongnizes A1 as an empty
cell.  I tried checkbox1>"1", and got a name error message.  Help.
Peo Sjoblom - 27 Jul 2007 21:53 GMT
You need to link the check box to a cell and it will return either TRUE or
FALSE so if it is linked to H1  you can use this in B1

=IF(H1,1,2)

You could link it to a cell that is not visible (like IV1) or hide the
column where the linked cell is
if you don't like to see TRUE or FALSE

Signature

Regards,

Peo Sjoblom

> I've created a checkbox in A1.
> If the checkbox is checked, I want B1 to appear as 1 and if not, 2.  I
> cannot get my if function to work.  The worksheet recongnizes A1 as an
> empty
> cell.  I tried checkbox1>"1", and got a name error message.  Help.
Angela - 27 Jul 2007 22:06 GMT
Great answer, it works.  Thanks much

> I've created a checkbox in A1.
> If the checkbox is checked, I want B1 to appear as 1 and if not, 2.  I
> cannot get my if function to work.  The worksheet recongnizes A1 as an empty
> cell.  I tried checkbox1>"1", and got a name error message.  Help.

Rate this thread:






 
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.