Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Add Item to Data List that has Dynamic Source

I have a dynamic drop down list that refers to a long column of names, sorted
alphabetically. The list will size itself depending on the letters entered
into a reference cell (A1). ResList is a named range that references to the
column origin, and ResName is the dynamic named range of the column of names.

The source equation is this:

=OFFSET(ResList,MATCH(A1&"*",ResName,0),0,COUNTIF( ResName,A1&"*"),1)

Question: is it possible to insert a blank as the first selectable item in
the resulting list - without VB?
--

Kind regards

Rik
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Add Item to Data List that has Dynamic Source

A possible option is to extract the names that meet the condition to another
list that starts with an empty cell. For example. if these are the names
that meet the condition:

Adams, Bob
Adams, Charlie
Adams, Sue

Then you would extract those names to another range where the first cell is
empty:

X1 = empty cell
X2 = Adams, Bob
X3 = Adams, Charlie
X4 = Adams, Sue

Then the source for your drop down would be X1:X4.

--
Biff
Microsoft Excel MVP


"RikNeedsHelp" wrote in message
...
I have a dynamic drop down list that refers to a long column of names,
sorted
alphabetically. The list will size itself depending on the letters entered
into a reference cell (A1). ResList is a named range that references to
the
column origin, and ResName is the dynamic named range of the column of
names.

The source equation is this:

=OFFSET(ResList,MATCH(A1&"*",ResName,0),0,COUNTIF( ResName,A1&"*"),1)

Question: is it possible to insert a blank as the first selectable item in
the resulting list - without VB?
--

Kind regards

Rik



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
Dynamic source data based on Today SPISO Charts and Charting in Excel 3 April 21st 09 04:33 PM
Dynamic PivotTable Data Source Lenardz Excel Discussion (Misc queries) 1 August 22nd 07 08:08 PM
Need Dynamic Data source help [email protected] Charts and Charting in Excel 11 May 1st 07 06:52 PM
Dynamic source list to auto expand cjtj4700 Excel Discussion (Misc queries) 10 December 16th 05 06:54 PM
Dynamic references in diagram source data? Olzki Excel Discussion (Misc queries) 0 March 1st 05 08:33 AM


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