Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default tick box with formula

I am designing a sales pipeline which is easier and faster to complete. I am
utilising checkbox controls and this is working ok. My question is: Am I able
to have the contents of a cell copied into another cell on a new sheet
(within the same workbook) when a tick box is activated?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default tick box with formula

If you have the checkbox linked to a cell you can do something like this:

When the checkbox is checked the linked cell will evaluate to either TRUE
(checked) or FALSE (not checked)

Linked cell is Sheet1 A1

=IF(Sheet1!A1,Sheet1!B1,"")

Biff

"Excel_Can_drive_me_Nuts"
wrote in message
...
I am designing a sales pipeline which is easier and faster to complete. I
am
utilising checkbox controls and this is working ok. My question is: Am I
able
to have the contents of a cell copied into another cell on a new sheet
(within the same workbook) when a tick box is activated?



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
Replace with single tick - formula too long.... [email protected] Excel Discussion (Misc queries) 1 March 27th 06 05:21 PM
tick box mango7 Excel Discussion (Misc queries) 2 December 21st 05 01:47 PM
tick box, how to set up Tiddler Excel Discussion (Misc queries) 9 December 15th 05 06:08 AM
tick Lyn Excel Discussion (Misc queries) 1 August 15th 05 01:19 AM
tick box Chink! Excel Discussion (Misc queries) 3 April 16th 05 04:32 PM


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

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

About Us

"It's about Microsoft Excel"