Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Hassan Merzha
 
Posts: n/a
Default combo box with more then one link

Hi

I know i ask similer question before but this one bit more complex!

Ok let me make it as simple as i can, i have in sheet1 three column A,B,C,
in (column A) names, in (Column B) Fone No, and in ( column C) Email.

In sheet2 there is Combo box but this combo box is from CONTROL TOOL BOX NOT
FROM FORMS!! so let say i select name from thjat combo box then below it it
iwll show fone no and below that email of that person i selected.

Note: i know how to view fone No but i do not know how to view the email at
the same time.

Please help me guys and thank u very much and i will be looking forward to
hear from u soon
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default combo box with more then one link

I would use a linked cell hidden under the combobox from the Control toolbox
toolbar to return the name.

Then use that value to show the phone number:

Say you're using A1:A3 of sheet2.

In A2:
=if(a1="","",vlookup(a1,sheet1!a:c,2,false))

In A3:
=if(a1="","",vlookup(a1,sheet1!a:c,3,false))

This will work ok if the names are unique--no duplicate names!

Hassan Merzha wrote:

Hi

I know i ask similer question before but this one bit more complex!

Ok let me make it as simple as i can, i have in sheet1 three column A,B,C,
in (column A) names, in (Column B) Fone No, and in ( column C) Email.

In sheet2 there is Combo box but this combo box is from CONTROL TOOL BOX NOT
FROM FORMS!! so let say i select name from thjat combo box then below it it
iwll show fone no and below that email of that person i selected.

Note: i know how to view fone No but i do not know how to view the email at
the same time.

Please help me guys and thank u very much and i will be looking forward to
hear from u soon


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
Hassan Merzha
 
Posts: n/a
Default combo box with more then one link

Hi Dava

I have Tired it but it does not work. it keep showing FALSE.

"Dave Peterson" wrote:

I would use a linked cell hidden under the combobox from the Control toolbox
toolbar to return the name.

Then use that value to show the phone number:

Say you're using A1:A3 of sheet2.

In A2:
=if(a1="","",vlookup(a1,sheet1!a:c,2,false))

In A3:
=if(a1="","",vlookup(a1,sheet1!a:c,3,false))

This will work ok if the names are unique--no duplicate names!

Hassan Merzha wrote:

Hi

I know i ask similer question before but this one bit more complex!

Ok let me make it as simple as i can, i have in sheet1 three column A,B,C,
in (column A) names, in (Column B) Fone No, and in ( column C) Email.

In sheet2 there is Combo box but this combo box is from CONTROL TOOL BOX NOT
FROM FORMS!! so let say i select name from thjat combo box then below it it
iwll show fone no and below that email of that person i selected.

Note: i know how to view fone No but i do not know how to view the email at
the same time.

Please help me guys and thank u very much and i will be looking forward to
hear from u soon


--

Dave Peterson

  #5   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default combo box with more then one link

Try entering the formula once more.

If it doesn't work, paste your formula in your next replay.

Hassan Merzha wrote:

Hi Dava

I have Tired it but it does not work. it keep showing FALSE.

"Dave Peterson" wrote:

I would use a linked cell hidden under the combobox from the Control toolbox
toolbar to return the name.

Then use that value to show the phone number:

Say you're using A1:A3 of sheet2.

In A2:
=if(a1="","",vlookup(a1,sheet1!a:c,2,false))

In A3:
=if(a1="","",vlookup(a1,sheet1!a:c,3,false))

This will work ok if the names are unique--no duplicate names!

Hassan Merzha wrote:

Hi

I know i ask similer question before but this one bit more complex!

Ok let me make it as simple as i can, i have in sheet1 three column A,B,C,
in (column A) names, in (Column B) Fone No, and in ( column C) Email.

In sheet2 there is Combo box but this combo box is from CONTROL TOOL BOX NOT
FROM FORMS!! so let say i select name from thjat combo box then below it it
iwll show fone no and below that email of that person i selected.

Note: i know how to view fone No but i do not know how to view the email at
the same time.

Please help me guys and thank u very much and i will be looking forward to
hear from u soon


--

Dave Peterson


--

Dave Peterson


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
link few combo box Hassan Merzha Excel Discussion (Misc queries) 2 June 14th 06 02:50 PM
Macro that can run combo boxes simonsmith Excel Discussion (Misc queries) 0 June 5th 06 05:00 PM
How or can you link combo boxes in excel NANCY Excel Discussion (Misc queries) 0 April 26th 06 06:55 PM
Nesting Combo Boxes /Returning an Array ELMONDO SNITHER Excel Discussion (Misc queries) 1 June 30th 05 01:15 AM
Can I copy a combo box in Excel 2002 with a relative cell link? Bozo Excel Discussion (Misc queries) 1 February 17th 05 02:05 AM


All times are GMT +1. The time now is 05:10 PM.

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"