ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Data referencing (https://www.excelbanter.com/excel-worksheet-functions/145813-data-referencing.html)

DeadpanDad

Data referencing
 
2 Sheets: 1 data, 1 form..

I wish to enter data (or select from drop ) into a cell on Sheet One that
when it matches the column entry in Sheet2 Column A, it will take the data in
that matching row on Sheet 2 and populate other cells in Sheet One..

Logically sounds easy, but not knowledgeable enough about Excel to script..

Thanks, in advance..

bj

Data referencing
 
if your data in sheet 2 is coulumn A:Z
in sheet 1 B1 enter
=if(iserror(vlookup($A1,'Sheet2'!$A:Z$,column(),0) ),"",vlookup($A1,'Sheet2'!$A:Z$,column(),0))
copy and paste over to column Z and down as far you need

"DeadpanDad" wrote:

2 Sheets: 1 data, 1 form..

I wish to enter data (or select from drop ) into a cell on Sheet One that
when it matches the column entry in Sheet2 Column A, it will take the data in
that matching row on Sheet 2 and populate other cells in Sheet One..

Logically sounds easy, but not knowledgeable enough about Excel to script..

Thanks, in advance..


DeadpanDad

Data referencing
 
Thanks bj.. Shall give it a shot !!

"bj" wrote:

if your data in sheet 2 is coulumn A:Z
in sheet 1 B1 enter
=if(iserror(vlookup($A1,'Sheet2'!$A:Z$,column(),0) ),"",vlookup($A1,'Sheet2'!$A:Z$,column(),0))
copy and paste over to column Z and down as far you need

"DeadpanDad" wrote:

2 Sheets: 1 data, 1 form..

I wish to enter data (or select from drop ) into a cell on Sheet One that
when it matches the column entry in Sheet2 Column A, it will take the data in
that matching row on Sheet 2 and populate other cells in Sheet One..

Logically sounds easy, but not knowledgeable enough about Excel to script..

Thanks, in advance..



All times are GMT +1. The time now is 01:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com