romeerome368
Programmer
Hello Everyone,
I have trying to parse a value from a string based on the value of an adjacent cell in Excel 2010.
My data looks as follows:
UOM[tab]Package Content
EA[tab][tab]EA-1;BX-10;CA-40
BX[tab][tab]EA-1;BX-10;CA-40
CA[tab][tab]EA-1;BX-10;CA-40
I am trying to use SEARCH in addition to other formulas to find the UOM value in the Package Content data. This formula, =SEARCH(UOM,Package Content), tells me where the UOM match begins in Package Content, but I don't know how to string the other formulas together to get the desired results.
1st Example: My first UOM value is EA, and the Package Content value that corresponds to EA is 1. So I'm trying to come up with a formula to return 1.
2nd Example: My second UOM value is BX, and the Package Content value that corresponds to BX is 10, and so on.
I have been pulling my hair out and searching the internet, and trying to develop this formula myself to no avail.
Thanks in advance to anyone that can provide some assistance to me.
I have trying to parse a value from a string based on the value of an adjacent cell in Excel 2010.
My data looks as follows:
UOM[tab]Package Content
EA[tab][tab]EA-1;BX-10;CA-40
BX[tab][tab]EA-1;BX-10;CA-40
CA[tab][tab]EA-1;BX-10;CA-40
I am trying to use SEARCH in addition to other formulas to find the UOM value in the Package Content data. This formula, =SEARCH(UOM,Package Content), tells me where the UOM match begins in Package Content, but I don't know how to string the other formulas together to get the desired results.
1st Example: My first UOM value is EA, and the Package Content value that corresponds to EA is 1. So I'm trying to come up with a formula to return 1.
2nd Example: My second UOM value is BX, and the Package Content value that corresponds to BX is 10, and so on.
I have been pulling my hair out and searching the internet, and trying to develop this formula myself to no avail.
Thanks in advance to anyone that can provide some assistance to me.