Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default Lookup and Populate

I have a masterfile worksheet that has all the names and catergories listed
in rows/columns.
I have worksheets that have the same information but in column G the
information is populated with the information I want.

What formula/macro can I use to make it so that the information is matched
in columns a-F exactly (numbers and letters) and then the worksheet with
column G populated is populated in the master worksheet. The worksheets are
in several different spreadsheets.

Below is an example:

Column A Column B Column C Columnnd D Column E Column F Column G
Row 1
Row 2
Row 3
Row 4...



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default Lookup and Populate

Which function do I put in which worksheet?
How can I make sure that it checks all the rows for a match? There maybe a
match between the 2 set of worksheets but in different rows.

Thanks

"Knox" wrote:

write an array if statement something like this referencing your master to
the others:

{=IF(A11:F11=A12:F12,G11:G11,"")}

be sure to hit ctrl+shift+enter after typing the formula

{=IF('master'A11:F11=A12:F12,'master'G11:G11,"")}

"NeedExcelHelp07" wrote:

I have a masterfile worksheet that has all the names and catergories listed
in rows/columns.
I have worksheets that have the same information but in column G the
information is populated with the information I want.

What formula/macro can I use to make it so that the information is matched
in columns a-F exactly (numbers and letters) and then the worksheet with
column G populated is populated in the master worksheet. The worksheets are
in several different spreadsheets.

Below is an example:

Column A Column B Column C Columnnd D Column E Column F Column G
Row 1
Row 2
Row 3
Row 4...



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default Lookup and Populate

ok I got this formula to work but the problem is on the first string is
increasing when I fill the formula down to the other rows. How can I fill the
formula down while rows references increase by 1?

"NeedExcelHelp07" wrote:

Which function do I put in which worksheet?
How can I make sure that it checks all the rows for a match? There maybe a
match between the 2 set of worksheets but in different rows.

Thanks

"Knox" wrote:

write an array if statement something like this referencing your master to
the others:

{=IF(A11:F11=A12:F12,G11:G11,"")}

be sure to hit ctrl+shift+enter after typing the formula

{=IF('master'A11:F11=A12:F12,'master'G11:G11,"")}

"NeedExcelHelp07" wrote:

I have a masterfile worksheet that has all the names and catergories listed
in rows/columns.
I have worksheets that have the same information but in column G the
information is populated with the information I want.

What formula/macro can I use to make it so that the information is matched
in columns a-F exactly (numbers and letters) and then the worksheet with
column G populated is populated in the master worksheet. The worksheets are
in several different spreadsheets.

Below is an example:

Column A Column B Column C Columnnd D Column E Column F Column G
Row 1
Row 2
Row 3
Row 4...



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
Populate row lookup from a cell value KPR Excel Discussion (Misc queries) 1 June 8th 07 06:49 PM
Lookup and populate question: Pierre Excel Worksheet Functions 3 November 13th 06 09:28 PM
drop down then populate Candyk Excel Discussion (Misc queries) 3 June 4th 06 11:10 PM
how to automatically populate cells using lookup tables felipe Excel Discussion (Misc queries) 1 October 21st 05 08:17 PM
Populate a combo Box case54321 Excel Worksheet Functions 1 June 14th 05 02:53 PM


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