Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Lisa the CPA
 
Posts: n/a
Default How do I enter a working check box option in Excel?

I am trying to insert a "check the box" option in Excel and then use an "if
checked, then do xxx" formula to calculate various sales projections based on
which mix of product lines are checked. I am able to insert the Wingding
character that looks like the check off box, but it just sits there like clip
art with no functionality, so I am either not taking it far enough or just
going about it all wrong. I am using several different versions of Excel to
do this project depending on where I am at the time (home, work, laptop) so I
can set it up in whichever is easiest.
  #2   Report Post  
Nadia
 
Posts: n/a
Default

Hey Lisa,
You need to create a check box control (actually looks like a tick box) from
the Forms toolbar.
Once you create the check box you must Format Control (RM click on check
box) and nominate a Cell link (a "holding cell", e.g. A1) this allows XL to
record whether it is ticked by placing True in the cell link(A1) or not
ticked by placing False in the cell link.
you can then run your If statement based on the return in the cell link,
e.g.,
=IF(A1=True,B1*C1,"")
(B1, C1 and "" to be replaced with your formula)
the cell link can be on another sheet and hidden if necessary.

cheers,
Nadia

"Lisa the CPA" wrote:

I am trying to insert a "check the box" option in Excel and then use an "if
checked, then do xxx" formula to calculate various sales projections based on
which mix of product lines are checked. I am able to insert the Wingding
character that looks like the check off box, but it just sits there like clip
art with no functionality, so I am either not taking it far enough or just
going about it all wrong. I am using several different versions of Excel to
do this project depending on where I am at the time (home, work, laptop) so I
can set it up in whichever is easiest.

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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Office 97 to 2003: Excel: enter data w/fixed 2 decimal. 2000. be. terrier New Users to Excel 1 January 29th 05 10:59 AM
Office 97 to 2003: Excel: enter data w/fixed 2 decimal. 2000. be. terrier New Users to Excel 0 January 29th 05 06:11 AM
Enter Data Into Another Excel File Automatically Morrisg Excel Worksheet Functions 0 January 11th 05 02:07 AM
Why does spelling check close Excel when checking spanish? RCP Excel Discussion (Misc queries) 2 December 4th 04 07:37 PM


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