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 How to use Check Box input in a cell's fomula?

I want to use the Worksheet user's response to an ActiveX check box control
as a condition in a cell's formula. Specifically, if the user checks the
check box, I want to cell to display a particular character; if the check box
is left unchecked, I want the cell to test the next condition in the in the
formula. I want the cell to update if the user changes the check box from
checked back to unchecked. Can I do this in the cell's formula itself, or
will I need to use a VBA macro?

I am using Microsoft Office Excel 2003.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default How to use Check Box input in a cell's fomula?

If you show the properties of the checkbox, you can assign a linkedcell. This
linkedcell will return True or false depending on the status of that checkbox.

So if you used A1 as the checkbox's linked cell:

=if(a1=true,"It's checked","nope")



WentBlank wrote:

I want to use the Worksheet user's response to an ActiveX check box control
as a condition in a cell's formula. Specifically, if the user checks the
check box, I want to cell to display a particular character; if the check box
is left unchecked, I want the cell to test the next condition in the in the
formula. I want the cell to update if the user changes the check box from
checked back to unchecked. Can I do this in the cell's formula itself, or
will I need to use a VBA macro?

I am using Microsoft Office Excel 2003.


--

Dave Peterson
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
Check input is a date stumac Excel Discussion (Misc queries) 5 December 14th 06 03:28 PM
Fomula (if?) Jules Excel Worksheet Functions 0 August 8th 06 07:13 PM
Validy check in one coulmn to limit input options in another? Katja Excel Worksheet Functions 2 January 5th 06 06:53 PM
Fomula Steve Excel Discussion (Misc queries) 2 December 8th 05 07:29 PM
Please help, i need a fomula Age Formula?? Excel Worksheet Functions 2 October 13th 05 10:32 PM


All times are GMT +1. The time now is 05:41 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"