Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 414
Default Show todays date if ticked

How can I set up a tick box in Excel to show todays date if ticked. I want to
be able to have a tick box indicating a product has been ordered then showing
the order date.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Show todays date if ticked

Click VIEW on the menu and select TOOLBARS and select the FORMS toolbar.

Click on the Checkbox and then click on the cell you want to place it in.

Double click on the check box and click the CONTROL tab and select the
default state for the check box, and in the CELL LINK field type an = and
enter the cell that will hold the value of the check box. Then enter a
formula that displays the current date if the CELL LINK field = TRUE or
nothing if the CELL LINK field = FALSE. See example information below.

In the example I have a check box over cell B4 and in cell D4 I have the
following formula:

=IF(B4=TRUE,TODAY(),"")

Substitute the cell addresses B4 and D4 to the cells you're using in your
worksheet.
--
Kevin Backmann


"Andy" wrote:

How can I set up a tick box in Excel to show todays date if ticked. I want to
be able to have a tick box indicating a product has been ordered then showing
the order date.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 414
Default Show todays date if ticked

Sorry mate but what is the formula for the CELL LINK.
I tried using your formula changing the cell addresses but not sure of the
formula for the tick box.
Using Office 2007
Thanks

"Kevin B" wrote:

Click VIEW on the menu and select TOOLBARS and select the FORMS toolbar.

Click on the Checkbox and then click on the cell you want to place it in.

Double click on the check box and click the CONTROL tab and select the
default state for the check box, and in the CELL LINK field type an = and
enter the cell that will hold the value of the check box. Then enter a
formula that displays the current date if the CELL LINK field = TRUE or
nothing if the CELL LINK field = FALSE. See example information below.

In the example I have a check box over cell B4 and in cell D4 I have the
following formula:

=IF(B4=TRUE,TODAY(),"")

Substitute the cell addresses B4 and D4 to the cells you're using in your
worksheet.
--
Kevin Backmann


"Andy" wrote:

How can I set up a tick box in Excel to show todays date if ticked. I want to
be able to have a tick box indicating a product has been ordered then showing
the order date.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Making a date go red, if date passes todays date. Jamie Excel Worksheet Functions 2 September 9th 08 02:14 PM
todays date Kevin Excel Discussion (Misc queries) 2 May 21st 08 06:25 PM
Exel increment date problem wrt todays date. [email protected] Excel Worksheet Functions 1 November 11th 07 06:58 PM
Create a button that will date stamp todays date in a cell Tom Meacham Excel Discussion (Misc queries) 3 January 11th 06 01:08 AM
When I open my past invoice it keeps changing date to todays date Stop date changing to todays in Excel Excel Worksheet Functions 2 October 7th 05 04:54 PM


All times are GMT +1. The time now is 11:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"