Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have a range of dates B49:AF49 for July 2006. Below each date is dat pertaining to that date. For example: revenue, cars parked etc. One o the fields is a simple yes or no. What I need is if the user enter yes in the cell (Row 63), a checkbox on a separate sheet ('Sheet 1'! is checked. And if no the checkbox is unchecked. Thanks in advance. -e -- edwardpestia ----------------------------------------------------------------------- edwardpestian's Profile: http://www.excelforum.com/member.php...fo&userid=3380 View this thread: http://www.excelforum.com/showthread.php?threadid=56423 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Link the checkbox to a cell on Sheet1 (right-click the checkbox, format
control, control tab), and then in that linked cell add the formula ='July 2006'!B49="Yes" etc. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "edwardpestian" wrote in message news:edwardpestian.2bg4y3_1153738805.7474@excelfor um-nospam.com... I have a range of dates B49:AF49 for July 2006. Below each date is data pertaining to that date. For example: revenue, cars parked etc. One of the fields is a simple yes or no. What I need is if the user enters yes in the cell (Row 63), a checkbox on a separate sheet ('Sheet 1'!) is checked. And if no the checkbox is unchecked. Thanks in advance. -ep -- edwardpestian ------------------------------------------------------------------------ edwardpestian's Profile: http://www.excelforum.com/member.php...o&userid=33809 View this thread: http://www.excelforum.com/showthread...hreadid=564235 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks Bob. I was overcomplicating it... -ep -- edwardpestian ------------------------------------------------------------------------ edwardpestian's Profile: http://www.excelforum.com/member.php...o&userid=33809 View this thread: http://www.excelforum.com/showthread...hreadid=564235 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatic update of spreadsheet & automatic update between workboo | Excel Worksheet Functions | |||
How to have Checkbox A uncheck with checked Checkbox B | Excel Discussion (Misc queries) | |||
How do I link one checkbox to update another checkbox? | Excel Programming | |||
checkbox on form reset from checkbox on sheet | Excel Programming | |||
checkbox | Excel Programming |