Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How do I automatically copy contact information?

I have a list of contacts that I often enter into the same table in excel.
The name, address, post code and telephone number are in seperate cells. Can
anyone show me a way of automatically completing the rest of the contact
information after I enter their name in another cell? I tried creating a
lookup table but I'm not really sure how to automate the process. Any help
would be wonderful!

Thanks,

Miguel


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default How do I automatically copy contact information?

Original datalist in A1 to D100, with the columns in the order of your
example.

Say you intend to enter contact name in J1, and expect to return the other
information into K1, L1, and M1.

Try this in K1:

=IF(ISNA(MATCH($J1,$A$1:$A$100,0)),"Name
Missing",VLOOKUP($J1,$A$1:$D$100,COLUMNS($A:B),0))

Then copy K1 across to M1.
If you wish, you can then select K1 to M1, and copy down as needed.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Miguel" <there_is_this_distance_between_me_and_what_i_see@ hotmail.com
wrote in message ...
I have a list of contacts that I often enter into the same table in excel.
The name, address, post code and telephone number are in seperate cells.

Can
anyone show me a way of automatically completing the rest of the contact
information after I enter their name in another cell? I tried creating a
lookup table but I'm not really sure how to automate the process. Any help
would be wonderful!

Thanks,

Miguel



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How do I automatically copy contact information?

Brilliant! Thanks so much. You make it look so simple, but that would've
taken me ages and wouldn't have been anywhere near as concise.

Miguel :)


"Ragdyer" wrote :
Original datalist in A1 to D100, with the columns in the order of your
example.

Say you intend to enter contact name in J1, and expect to return the other
information into K1, L1, and M1.

Try this in K1:

=IF(ISNA(MATCH($J1,$A$1:$A$100,0)),"Name
Missing",VLOOKUP($J1,$A$1:$D$100,COLUMNS($A:B),0))

Then copy K1 across to M1.
If you wish, you can then select K1 to M1, and copy down as needed.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Miguel" <there_is_this_distance_between_me_and_what_i_see@ hotmail.com
wrote in message ...
I have a list of contacts that I often enter into the same table in
excel.
The name, address, post code and telephone number are in seperate cells.

Can
anyone show me a way of automatically completing the rest of the contact
information after I enter their name in another cell? I tried creating a
lookup table but I'm not really sure how to automate the process. Any
help
would be wonderful!

Thanks,

Miguel





  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default How do I automatically copy contact information?

You're welcome, and appreciate the feed-back.
--

Regards,

RD
----------------------------------------------------------------------------
-------------------
Please keep all correspondence within the Group, so all may benefit !
----------------------------------------------------------------------------
-------------------

"Miguel" <there_is_this_distance_between_me_and_what_i_see@ hotmail.com
wrote in message ...
Brilliant! Thanks so much. You make it look so simple, but that would've
taken me ages and wouldn't have been anywhere near as concise.

Miguel :)


"Ragdyer" wrote :
Original datalist in A1 to D100, with the columns in the order of your
example.

Say you intend to enter contact name in J1, and expect to return the other
information into K1, L1, and M1.

Try this in K1:

=IF(ISNA(MATCH($J1,$A$1:$A$100,0)),"Name
Missing",VLOOKUP($J1,$A$1:$D$100,COLUMNS($A:B),0))

Then copy K1 across to M1.
If you wish, you can then select K1 to M1, and copy down as needed.
--
HTH,

RD

--------------------------------------------------------------------------

-
Please keep all correspondence within the NewsGroup, so all may benefit !
--------------------------------------------------------------------------

-
"Miguel" <there_is_this_distance_between_me_and_what_i_see@ hotmail.com
wrote in message ...
I have a list of contacts that I often enter into the same table in
excel.
The name, address, post code and telephone number are in seperate cells.

Can
anyone show me a way of automatically completing the rest of the contact
information after I enter their name in another cell? I tried creating a
lookup table but I'm not really sure how to automate the process. Any
help
would be wonderful!

Thanks,

Miguel






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
automatically making a copy of a sheet starguy Excel Worksheet Functions 2 April 22nd 06 06:37 AM
Can I link a name in excell to contact information from outlook? excel Excel Discussion (Misc queries) 0 August 9th 05 08:58 PM
how can I copy information from adobe into excel? dmabrams89 Excel Discussion (Misc queries) 2 August 3rd 05 04:28 PM
copy the underlying e-mail hyperlink information... John87111 Excel Discussion (Misc queries) 4 April 29th 05 10:33 PM
How do I copy the underlying e-mail hyperlink information from a . John87111 Excel Discussion (Misc queries) 3 April 26th 05 05:05 PM


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