Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
jy jy is offline
external usenet poster
 
Posts: 5
Default Yes/No Button

I have designed a small database for my daughter to keep
track of her golf statistics. I would like for her to be
able to either place a check mark under each hole to show
whether or not she hit the fairway, or place a yes/no drop
down box. I would then like to be able to determine a
percentage of fairways hit in another cell, based on the
hole by hole information. I do not have much experience
programming, so be gentle. Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Yes/No Button

Select all the cells where the yes/no answer would be entered. then do
Data=Validation

select List
in the list box

yes,no

click OK

Now when she select the cell a dropdown arrow will appear. she can click on
the arrow and select one or the other.

assume these boxes are in contiguous cells B3:B11

in another cell =countif($B$3:$B$11,"yes")/9 and format as percentage.

--
Regards,
Tom Ogilvy


"jy" wrote in message
...
I have designed a small database for my daughter to keep
track of her golf statistics. I would like for her to be
able to either place a check mark under each hole to show
whether or not she hit the fairway, or place a yes/no drop
down box. I would then like to be able to determine a
percentage of fairways hit in another cell, based on the
hole by hole information. I do not have much experience
programming, so be gentle. Thanks in advance.



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
Undo button and redo button quit stillkicking Excel Discussion (Misc queries) 7 November 14th 09 04:40 PM
Inserting a Graphic on a Button when the Button is Assigned to a M smck Excel Discussion (Misc queries) 2 October 27th 09 04:46 PM
insert row above button (retrieve position of button) Max Excel Discussion (Misc queries) 3 November 7th 07 06:27 PM
How do I lock a radio button group if a N/A button is selected worry a lot Excel Discussion (Misc queries) 2 May 21st 05 08:33 PM
Delete a custom button by holding down the ALT key and dragging the button off the toolbar Stephen[_8_] Excel Programming 0 April 4th 04 02:22 PM


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