Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How can I associate a formula with Checkboxes

Is it possible that I can associate a formula along with check boxes.
example: There are four check boxes UN, NI, AE, & EE. If UN is selected it
is worth 1 point, NI worth 2pts etc.?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default How can I associate a formula with Checkboxes

Probably, with some VBA coding. But what do the checkboxes get you that
putting the values in a cell don't?

I.e., a formula like =IF(A1="UN",1,IF(A1=NI,2,...))

Dave
--
Brevity is the soul of wit.


"Todd Nelson" wrote:

Is it possible that I can associate a formula along with check boxes.
example: There are four check boxes UN, NI, AE, & EE. If UN is selected it
is worth 1 point, NI worth 2pts etc.?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How can I associate a formula with Checkboxes

If you use linked cells for each of those checkboxes, you could refer to those
linked cells.

Say you linked to A1:A4 (UN, NI, AE, EE respectively).

=a1*1 + a2*2 + a3*3 + a4*4

The linked cells will be true or false.
True * a number = that number.
False * a number = 0





Todd Nelson wrote:

Is it possible that I can associate a formula along with check boxes.
example: There are four check boxes UN, NI, AE, & EE. If UN is selected it
is worth 1 point, NI worth 2pts etc.?


--

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
repost: Min/Max help needed with a SumProduct JR Excel Worksheet Functions 3 February 10th 06 08:35 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


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