Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In simple terms
Column A on worksheet 1 contains 100 rows of 16 digit tag identities Column A on worksheet 2 contains a list of 21000 rows of 16 digit tag identites from which the 100 on sheet 1 are drawn. Column B on sheet 2 shows a secondary unique identity for each tag. For each tag on sheet 1 need to match and display in column C sheet 1 its secondary ID listed in column B sheet 2 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Anthony,
Can you give me an example? Thanks, Shail Anthony wrote: In simple terms Column A on worksheet 1 contains 100 rows of 16 digit tag identities Column A on worksheet 2 contains a list of 21000 rows of 16 digit tag identites from which the 100 on sheet 1 are drawn. Column B on sheet 2 shows a secondary unique identity for each tag. For each tag on sheet 1 need to match and display in column C sheet 1 its secondary ID listed in column B sheet 2 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sheet 1
"A" "shail" wrote: Hi Anthony, Can you give me an example? Thanks, Shail Anthony wrote: In simple terms Column A on worksheet 1 contains 100 rows of 16 digit tag identities Column A on worksheet 2 contains a list of 21000 rows of 16 digit tag identites from which the 100 on sheet 1 are drawn. Column B on sheet 2 shows a secondary unique identity for each tag. For each tag on sheet 1 need to match and display in column C sheet 1 its secondary ID listed in column B sheet 2 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Your profile has an email address are you on it now and i'll email excel file
easier than trying to explain without the worksheets "shail" wrote: Hi Anthony, Can you give me an example? Thanks, Shail Anthony wrote: In simple terms Column A on worksheet 1 contains 100 rows of 16 digit tag identities Column A on worksheet 2 contains a list of 21000 rows of 16 digit tag identites from which the 100 on sheet 1 are drawn. Column B on sheet 2 shows a secondary unique identity for each tag. For each tag on sheet 1 need to match and display in column C sheet 1 its secondary ID listed in column B sheet 2 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Enter this formula in C1 of Sheet1, and copy down:
=VLOOKUP(A1,Sheet2!$A$1:$B$21000,2,0) If you have data in Column B OR Column D on Sheet1, down to row 21,000, after you enter the formula in C1, click back into C1 and you can simply *double* click the fill handle of C1, and *automatically* have the formula in C1 copied down Column C, as far as there is data in Columns B or D. -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Anthony" wrote in message ... Your profile has an email address are you on it now and i'll email excel file easier than trying to explain without the worksheets "shail" wrote: Hi Anthony, Can you give me an example? Thanks, Shail Anthony wrote: In simple terms Column A on worksheet 1 contains 100 rows of 16 digit tag identities Column A on worksheet 2 contains a list of 21000 rows of 16 digit tag identites from which the 100 on sheet 1 are drawn. Column B on sheet 2 shows a secondary unique identity for each tag. For each tag on sheet 1 need to match and display in column C sheet 1 its secondary ID listed in column B sheet 2 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Need some comments on my Utility_Move class module. | Excel Worksheet Functions | |||
MATCH function, exclusion question | Excel Discussion (Misc queries) | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
I want to use the MATCH function with the AVERAGE function but I . | Excel Worksheet Functions |