Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
A.S.
 
Posts: n/a
Default Toolbar Forms & If statements

Does anyone know howthis can be done or if this can be done? I am adding a
check box to my spreadsheet (view toolbars forms) Then I am selecting the
box where check marks can be placed. However, how can I tie this into a
formula & cell? In other words, I would like to do it so that if the box is
checked then X otherwise Y. Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default Toolbar Forms & If statements

You need to link the check box to a cell, right click on the check box and go
to Format Control, under the "Control" tab you will see a text box named Cell
link: type a cell address preferably one that is hidden or not seen then
refer that cell in your formula.

i.e.
=IF(A1=TRUE,"X","Y")

HTH
JG

"A.S." wrote:

Does anyone know howthis can be done or if this can be done? I am adding a
check box to my spreadsheet (view toolbars forms) Then I am selecting the
box where check marks can be placed. However, how can I tie this into a
formula & cell? In other words, I would like to do it so that if the box is
checked then X otherwise Y. Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default Toolbar Forms & If statements

Hi!

Right click the checkbox
Select Format Control
Link the checkbox to a cell. This linked cell will display TRUE when the
checkbox is checked and will display FALSE when the checkbox is unchecked.

Then you can base your formula on the condition of the linked cell:

Linked cell = A1

=IF(A1=TRUE,"X","Y")

Biff

"A.S." wrote in message
...
Does anyone know howthis can be done or if this can be done? I am adding a
check box to my spreadsheet (view toolbars forms) Then I am selecting
the
box where check marks can be placed. However, how can I tie this into a
formula & cell? In other words, I would like to do it so that if the box
is
checked then X otherwise Y. Thanks.



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
An icon on the forms toolbar is unavailable? Yvonne Excel Worksheet Functions 2 July 17th 08 04:12 PM
Move or Size Combo Box from forms toolbar With Cells steve-o Excel Discussion (Misc queries) 7 December 6th 05 03:11 PM
Forms Toolbar in Excel 2003 Bakerboy Excel Worksheet Functions 3 November 15th 05 06:18 PM
Forms toolbar is grayed out - need a check box Rob Excel Discussion (Misc queries) 8 September 14th 05 03:58 PM
Forms Toolbar vs. Control Toolbox vs. Data Validation for drop dow Scott Excel Discussion (Misc queries) 1 February 1st 05 01:51 PM


All times are GMT +1. The time now is 12:41 AM.

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"