Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 921
Default Counting Combo Drop Down Box Selections

I have a column in my spreadsheet (2003 Version) that each row has a combo
drop down box (9 options) to identify the specific program for that record.
I used the combo box feature to avoid misspelled programs resulting in
counting issues. Is there any counting function that will count specific
selections from combo drop down boxes?
--
Jeff
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 37
Default Counting Combo Drop Down Box Selections

An easier way to do this whole thing is to make 9 cells each contain a list
validation refering to a range that has the programs typed in correctly.
Data, Validation, List Validation, Source data range that you created. Then
us =countif(H2:H10,{"First Program","Second Program","Third Program", etc. })
OR =9-COUNTBLANK(H2:H10)

If you want to use the combo box, you need each of the combo boxes to have a
separate link cell that contains the combo boxes selection so that you can us
the countif function. To do this go to the properties of the combo box and
enter a link cell. Then use a function to work off the link cells. If you
protect the worksheet by locking it down, you need to make sure to unlock
those link cells.

You may need to give a little more information if this doesn't help because
as I read your problem, I am not sure if this anwer is what you are looking
for.

"Jeff" wrote:

I have a column in my spreadsheet (2003 Version) that each row has a combo
drop down box (9 options) to identify the specific program for that record.
I used the combo box feature to avoid misspelled programs resulting in
counting issues. Is there any counting function that will count specific
selections from combo drop down boxes?
--
Jeff

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
Drop Down Box with Check Box Selections SCC_MR Excel Worksheet Functions 2 June 2nd 07 02:46 PM
Drop Down Selections - Linked Nikki Nakki Noo Excel Discussion (Misc queries) 1 May 1st 07 01:48 PM
Use Excel to randomly generate selections for cyle counting? Brad Dean Excel Worksheet Functions 2 November 3rd 06 05:35 PM
List all selections from drop down Dax Arroway Charts and Charting in Excel 1 October 21st 06 12:37 PM
Can List or Combo Box have multiple selections? [email protected] Excel Worksheet Functions 2 April 6th 06 03:41 PM


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