Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
hedonist68
 
Posts: n/a
Default Can the captions for Option Buttons be drawn from other cells ?

I'm trying to set up a workbook that allows users to select the names of
staff using option buttons. There is a seperate sheet for each day of the
week with the same option buttons on each page. Is it possible to have a
setup page where the names of the staff get inpput by the user, and then have
the caption for each of the buttons linked to the appropriate cell on the
setup page?
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

It might be able to be done, but you'd have to expand your details.

But excel has a nice built in way of choosing from a list.

You can use Data|Validation to choose from a list.
http://www.contextures.com/xlDataVal01.html

And if that list grows and contracts, you can use a dynamic range name.
http://www.contextures.com/xlNames01.html#Dynamic

Both of these are from Debra Dalgleish's site.

hedonist68 wrote:

I'm trying to set up a workbook that allows users to select the names of
staff using option buttons. There is a seperate sheet for each day of the
week with the same option buttons on each page. Is it possible to have a
setup page where the names of the staff get inpput by the user, and then have
the caption for each of the buttons linked to the appropriate cell on the
setup page?


--

Dave Peterson
  #3   Report Post  
hedonist68
 
Posts: n/a
Default

Thanks for the links...that would be another way way to do what I'm after.
What I'm looking at is a sheet that tracks missing product and assigns a
dollar value to what's missing. At the bottom of the page is a list of names
with a check box beside each name. As each name is checked, the total owed
get divided by the number of checked boxes. I was hoping that that the check
box could be linked to a setup page where the user enters the names of their
staff and the link puts the name into the caption setting of the box, but it
doesn't seem to want me to put a formula in that field.

"Dave Peterson" wrote:

It might be able to be done, but you'd have to expand your details.

But excel has a nice built in way of choosing from a list.

You can use Data|Validation to choose from a list.
http://www.contextures.com/xlDataVal01.html

And if that list grows and contracts, you can use a dynamic range name.
http://www.contextures.com/xlNames01.html#Dynamic

Both of these are from Debra Dalgleish's site.

hedonist68 wrote:

I'm trying to set up a workbook that allows users to select the names of
staff using option buttons. There is a seperate sheet for each day of the
week with the same option buttons on each page. Is it possible to have a
setup page where the names of the staff get inpput by the user, and then have
the caption for each of the buttons linked to the appropriate cell on the
setup page?


--

Dave Peterson

  #4   Report Post  
Dave Peterson
 
Posts: n/a
Default

You could use a linked cell for each of those checkboxes. That linked cell
could be on any sheet (or you could use a formula on any sheet that refers back
to that linked cell).

Then maybe a
=sumif(rng,true,rngtoadd)
would work for the checked boxes
or
=sumif(rng,false,rngtoadd)
for the unchecked items.




hedonist68 wrote:

Thanks for the links...that would be another way way to do what I'm after.
What I'm looking at is a sheet that tracks missing product and assigns a
dollar value to what's missing. At the bottom of the page is a list of names
with a check box beside each name. As each name is checked, the total owed
get divided by the number of checked boxes. I was hoping that that the check
box could be linked to a setup page where the user enters the names of their
staff and the link puts the name into the caption setting of the box, but it
doesn't seem to want me to put a formula in that field.

"Dave Peterson" wrote:

It might be able to be done, but you'd have to expand your details.

But excel has a nice built in way of choosing from a list.

You can use Data|Validation to choose from a list.
http://www.contextures.com/xlDataVal01.html

And if that list grows and contracts, you can use a dynamic range name.
http://www.contextures.com/xlNames01.html#Dynamic

Both of these are from Debra Dalgleish's site.

hedonist68 wrote:

I'm trying to set up a workbook that allows users to select the names of
staff using option buttons. There is a seperate sheet for each day of the
week with the same option buttons on each page. Is it possible to have a
setup page where the names of the staff get inpput by the user, and then have
the caption for each of the buttons linked to the appropriate cell on the
setup page?


--

Dave Peterson


--

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
Using 'Option Buttons' Julian Excel Discussion (Misc queries) 3 August 17th 05 07:36 PM
Vanishing Control Toolbox Command Buttons Fritz24 Excel Discussion (Misc queries) 2 June 7th 05 01:39 PM
Add buttons for Center Across and Paste Formula Ronmi Excel Discussion (Misc queries) 1 May 16th 05 01:15 AM
Why do Command Buttons get stacked after print preview? thall22963 New Users to Excel 1 April 5th 05 09:07 PM
Spreadsheet "buttons" that cannot be removed JerryH Excel Discussion (Misc queries) 0 January 21st 05 10:01 PM


All times are GMT +1. The time now is 10:49 AM.

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"