Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Transferring data from one spreadsheet to another

I am so new to this so please be very simple with a solution!! I am using
Microsoft Office 2007. I finally entered all my customers in an Excel
spreadsheet. I think the file type is xlsx, whatever that is. Anyway, I was
wondering if I could somehow, magically, transfer some of that information to
another Excel spreadsheet, which is my Proposal form. When I do a proposal I
have to either type in the customer info or copy and paste it from one form
to the other. Is there a way to format the "Proposal" form to automatically
access the "Customer Address book" to fill in the appropriate blanks?? Hope
I'm explaining this correctly. Thanks in advance for any help you can give
me!!
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 8,856
Default Transferring data from one spreadsheet to another

Yes, you would normally use VLOOKUP to do this. Imagine you have a
sheet called customers with name and address details occupying, say, 6
columns A to F with customer name in column A, and that you have a
header row, with data occupying row 2 to row 300. In your proposal
sheet you enter a customer name in cell A5 and want the other customer
details brought across into cells B5:F5.

Put this formula in B5 of your proposals sheet:

=VLOOKUP($A5,customers!$A$2:$F$300,COLUMN(A2),0)

and then copy it into C5:F5 and the address details should appear
automatically.

Then put a different customer name in A5 and the address details
should change to suit.

Hope this helps.

Pete

On Jan 20, 12:08*am, novajoe
wrote:
I am so new to this so please be very simple with a solution!! *I am using
Microsoft Office 2007. *I finally entered all my customers in an Excel
spreadsheet. *I think the file type is xlsx, whatever that is. *Anyway, I was
wondering if I could somehow, magically, transfer some of that information to
another Excel spreadsheet, which is my Proposal form. *When I do a proposal I
have to either type in the customer info or copy and paste it from one form
to the other. *Is there a way to format the "Proposal" form to automatically
access the "Customer Address book" to fill in the appropriate blanks?? *Hope
I'm explaining this correctly. *Thanks in advance for any help you can give
me!!


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
transferring data Glasgow Girl Excel Discussion (Misc queries) 5 October 23rd 07 01:07 PM
Transferring data to excel spreadsheet 2003 Maurice Excel Discussion (Misc queries) 1 March 10th 07 04:15 AM
Transferring Data KandK Excel Discussion (Misc queries) 0 April 24th 06 10:25 AM
Transferring Data Susan Excel Worksheet Functions 0 January 25th 06 08:57 PM
Transferring data between worksheets roy.okinawa Excel Worksheet Functions 11 November 16th 05 02:54 AM


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