#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default Company Contacts

Hi,

I've posted this before and was pointed to a website that did this, but used
named ranges, somthing I'm trying to avoid.

I have a spreadsheet with company names along the top row, with the contacts
for each company on the rows directly beneath each company name.

what I want is a drop down list to pick the company (easy enough) but then
another drop down to pick the contact from that company (hard bit).

So when you pick a contact you are limited to only the contacts for that
company.

I don't want to have to declare a range for each company, as I want it easy
for users to add there own companies and contacts.

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 897
Default Company Contacts

Use the technique found he

http://www.dailydoseofexcel.com/arch...ta-validation/

But use dynamic named ranges instead. They will auto-expand when new
information is added.

Column A defined name:
=OFFSET($A$1,1,0,COUNTA($A:$A)-1,1)
Column B defined name:
=OFFSET($B$1,1,0,COUNTA($B:$B)-1,1)
Column C defined name:
=OFFSET($C$1,1,0,COUNTA($C:$C)-1,1)


--JP


On Sep 17, 8:15*am, gibbylinks
wrote:
Hi,

I've posted this before and was pointed to a website that did this, but used
named ranges, somthing I'm trying to avoid.

I have a spreadsheet with company names along the top row, with the contacts
for each company on the rows directly beneath each company name.

what I want is a drop down list to pick the company (easy enough) but then
another drop down to pick the contact from that company (hard bit).

So when you pick a contact you are limited to only the contacts for that
company.

I don't want to have to declare a range for each company, as I want it easy
for users to add there own companies and contacts.

Thanks


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
Company Contacts gibbylinks Excel Discussion (Misc queries) 2 September 6th 08 08:58 AM
Sum by company? Mark Scott[_2_] Excel Worksheet Functions 1 April 1st 07 02:58 PM
Anyone heard of this company? keithsterlo Excel Discussion (Misc queries) 2 September 26th 06 02:35 PM
i want to know company letters anna Excel Discussion (Misc queries) 1 October 7th 05 10:09 AM
Entering a company name on the tab Excel Tab Name Excel Discussion (Misc queries) 1 March 11th 05 11:54 PM


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