Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Need to Extract Data from Spreadsheet

I use Windows XP and Excel 2003.
I have two rougly similar spreadsheets except one has more data fields than
the other. Here's what I need to do. I need to look up an account number in
spreadsheet 1, find the $ balance for that account number, then go to the
spreadsheet 2, see if the account number from the first spreadsheet is
populated or exists in spreadsheet number 2, and if so, populate the $
balance field in spreadsheet 2 from corresponding to teh same account number
in spreadsheet 1. Does that make sense? Said another way, I'm looking for
an account balance in spreadsheet 1, finding the corresponding account number
in spreadsheet 2, populating an empty $ account balance in spreadsheet 2 from
the account balance that exists in spreadsheet 1.
I think this might involve a pivot table (?), but I have zero idea how to
use this tool. I've looked in two Excel reference books and I'm not getting
the hang of how to do this for my need.
I'd appreciate your assistance and guidance. Thank you very much!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default Need to Extract Data from Spreadsheet

I'd recommend using VLOOKUP.

Assume column B of Sheet1 has the account balances, column A of sheet 1 has
the account numbers, and Sheet2 is constructed similarly.

=VLOOKUP(A1,Sheet1!$A$1:$B$10,2,FALSE) would find the account number
referenced in A1 of Sheet2, find the corresponding Account Number in Sheet1
and return its associated balance. Given the structure of the worksheets
described above, this VLOOKUP formula would be entered in B1

Dave
--
Brevity is the soul of wit.


"heelfan" wrote:

I use Windows XP and Excel 2003.
I have two rougly similar spreadsheets except one has more data fields than
the other. Here's what I need to do. I need to look up an account number in
spreadsheet 1, find the $ balance for that account number, then go to the
spreadsheet 2, see if the account number from the first spreadsheet is
populated or exists in spreadsheet number 2, and if so, populate the $
balance field in spreadsheet 2 from corresponding to teh same account number
in spreadsheet 1. Does that make sense? Said another way, I'm looking for
an account balance in spreadsheet 1, finding the corresponding account number
in spreadsheet 2, populating an empty $ account balance in spreadsheet 2 from
the account balance that exists in spreadsheet 1.
I think this might involve a pivot table (?), but I have zero idea how to
use this tool. I've looked in two Excel reference books and I'm not getting
the hang of how to do this for my need.
I'd appreciate your assistance and guidance. Thank you very much!

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
Manual control of link updating for downloaded quotes? dk_ Excel Discussion (Misc queries) 9 November 15th 06 01:04 PM
Two Questions: R1C1 and stop text number converting to data The Moose Excel Discussion (Misc queries) 5 October 31st 06 05:53 PM
Data Matching Button for MS Excel 2007 or later Mr. Low Excel Worksheet Functions 0 October 21st 06 10:07 AM
Printing data validation scenarios SJC Excel Worksheet Functions 14 July 24th 05 12:43 AM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM


All times are GMT +1. The time now is 06:33 AM.

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"