Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 87
Default Remove Duplicates in ComboBox

Hi Guys,

I have created a Combobox on on 'Sheet1' thats displays a drop down from
'Projects'

As the length of the list on 'Project list' will change over time, i have
used the following function for the name range:

=OFFSET(Projects!$C$4,0,0,MATCH("*",Projects!$C:$C ,-1),1)

The problem:

The data on 'Projects' has a list of every project and a name beside it.
However, there is many names for each project resulting in a sheet with lots
of duplicate projects.

When i open the drop down in the combobox, all of these duplicates are
displayed.

Is there any way of removing the duplicates from the drop down list and
displaying only 1 entry for each project?

Thanks in advance

F
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 99
Default Remove Duplicates in ComboBox

Hi Freddy,

Build a pivot table based on the name range you defined with OFFSET

Put project name in the row area, count of project name in data area

Base the combo box list on the first column of the pivot table

Ed Ferrero
www.edferrero.com

Hi Guys,

I have created a Combobox on on 'Sheet1' thats displays a drop down from
'Projects'

As the length of the list on 'Project list' will change over time, i have
used the following function for the name range:

=OFFSET(Projects!$C$4,0,0,MATCH("*",Projects!$C:$C ,-1),1)

The problem:

The data on 'Projects' has a list of every project and a name beside it.
However, there is many names for each project resulting in a sheet with
lots
of duplicate projects.

When i open the drop down in the combobox, all of these duplicates are
displayed.

Is there any way of removing the duplicates from the drop down list and
displaying only 1 entry for each project?

Thanks in advance

F


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
How to remove row duplicates SNAP TO GUIDES DON''T SNAP Excel Discussion (Misc queries) 1 September 10th 08 10:28 PM
How to remove duplicates? Lakewoodsale Excel Discussion (Misc queries) 2 January 25th 08 10:31 PM
Loading Combobox, but avoiding duplicates Dan Excel Programming 2 May 8th 07 06:15 PM
duplicates in validation list combobox chelle Excel Discussion (Misc queries) 1 December 7th 06 05:52 PM
ComboBox displays duplicates - please help Jeff Excel Programming 2 November 14th 06 10:10 PM


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