im very new to excel and trying to create a list that imports certain information from; lets say sheet2 into sheet1 of the same excel file..
the process is as follows..
i have following two sheets:
Sheet1 looks something like:
Number Name
3011010 | 301-10-10 BSP FEMALE
3011210 | 301-12-10 BSP FEMALE
3021010 | 302-10-10 BSP MALE
3021210 | 302-12-10 BSP MALE
3031010 | 303-10-10 BSP 90GR FEMALE
3031210 | 303-12-10 BSP 90GR FEMALE
3041010 | 304-10-10 BSP 45GR FEMALE
3051010 | 305-10-10 BSP 90GR ALBUE
and Sheet2 looks like:
Number Name
PL02-04 | Plasthette BSP 1/4"
PL02-06 | Plasthette BSP 3/8"
PL02-08 | Plasthette BSP 1/2"
PL02-08 | Plasthette BSP 1/2"
PL02-10 | Plasthette BSP 5/8"
PL02-12 | Plasthette BSP 3/4"
PL02-16 | Plasthette BSP 1"
PL02-20 | Plasthette BSP 1-1/4"
PL02-24 | Plasthette BSP 1-1/2"
PL02-32 | Plasthette BSP 2"
PL01-04 | Plastplugg BSP 1/4"
PL01-06 | Plastplugg BSP 3/8"
PL01-08 | Plastplugg BSP 1/2"
PL01-10 | Plastplugg BSP 5/8"
PL01-12 | Plastplugg BSP 3/4"
PL01-16 | Plastplugg BSP 1"
PL01-20 | Plastplugg BSP 1-1/4"
PL01-24 | Plastplugg BSP 1-1/2"
PL01-32 | Plastplugg BSP 2"
what i want to do is:
import Number from sheet2 into sheet1 whith the help of the following rule:
in sheet1 the number column has the follwing form XXXYYZZ
and name has the follwing: something-something-Female or something-something-Male and so on...
in sheet1 the middle two digits and the gender specify the number-column in sheet2, meaning that i want my sheet to look something like:
Number | Name | Number
3011010 | 301-10-10 BSP FEMALE | PL01-10
as you can see that in the last number-column i have something like PLAA-XX where XX are the two middle digits in the name and AA specifies the gender (01 for female and 02 for male)-column..
can anyone help me with a formula or rule?
the process is as follows..
i have following two sheets:
Sheet1 looks something like:
Number Name
3011010 | 301-10-10 BSP FEMALE
3011210 | 301-12-10 BSP FEMALE
3021010 | 302-10-10 BSP MALE
3021210 | 302-12-10 BSP MALE
3031010 | 303-10-10 BSP 90GR FEMALE
3031210 | 303-12-10 BSP 90GR FEMALE
3041010 | 304-10-10 BSP 45GR FEMALE
3051010 | 305-10-10 BSP 90GR ALBUE
and Sheet2 looks like:
Number Name
PL02-04 | Plasthette BSP 1/4"
PL02-06 | Plasthette BSP 3/8"
PL02-08 | Plasthette BSP 1/2"
PL02-08 | Plasthette BSP 1/2"
PL02-10 | Plasthette BSP 5/8"
PL02-12 | Plasthette BSP 3/4"
PL02-16 | Plasthette BSP 1"
PL02-20 | Plasthette BSP 1-1/4"
PL02-24 | Plasthette BSP 1-1/2"
PL02-32 | Plasthette BSP 2"
PL01-04 | Plastplugg BSP 1/4"
PL01-06 | Plastplugg BSP 3/8"
PL01-08 | Plastplugg BSP 1/2"
PL01-10 | Plastplugg BSP 5/8"
PL01-12 | Plastplugg BSP 3/4"
PL01-16 | Plastplugg BSP 1"
PL01-20 | Plastplugg BSP 1-1/4"
PL01-24 | Plastplugg BSP 1-1/2"
PL01-32 | Plastplugg BSP 2"
what i want to do is:
import Number from sheet2 into sheet1 whith the help of the following rule:
in sheet1 the number column has the follwing form XXXYYZZ
and name has the follwing: something-something-Female or something-something-Male and so on...
in sheet1 the middle two digits and the gender specify the number-column in sheet2, meaning that i want my sheet to look something like:
Number | Name | Number
3011010 | 301-10-10 BSP FEMALE | PL01-10
as you can see that in the last number-column i have something like PLAA-XX where XX are the two middle digits in the name and AA specifies the gender (01 for female and 02 for male)-column..
can anyone help me with a formula or rule?