[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]CompanyCode
[/TD]
[TD]CompanyCode[/TD]
[TD]Result
[/TD]
[/TR]
[TR]
[TD]112 New York asq
[/TD]
[TD]442 New York abd
[/TD]
[TD]Pass
[/TD]
[/TR]
[TR]
[TD]334 San Fran wws
[/TD]
[TD]252 Kansas 1saq
[/TD]
[TD]Fail
[/TD]
[/TR]
[TR]
[TD]210 St.Louis qes
[/TD]
[TD]088 St.Louis abc
[/TD]
[TD]Pass
[/TD]
[/TR]
</tbody>[/TABLE]
Hi there,
I am looking for help on creating a string for my spreadsheet. The table above is a small sample size of what I require. Essentially, if any 7 character string in column A matches column B, I need column C to show Pass. And if there is no match, it should saw Fail. So for the first example, even though the numbers and letters do not match, because it has the New York it results in a pass. Any help is appreciated.
Thanks
<tbody>[TR]
[TD]CompanyCode
[/TD]
[TD]CompanyCode[/TD]
[TD]Result
[/TD]
[/TR]
[TR]
[TD]112 New York asq
[/TD]
[TD]442 New York abd
[/TD]
[TD]Pass
[/TD]
[/TR]
[TR]
[TD]334 San Fran wws
[/TD]
[TD]252 Kansas 1saq
[/TD]
[TD]Fail
[/TD]
[/TR]
[TR]
[TD]210 St.Louis qes
[/TD]
[TD]088 St.Louis abc
[/TD]
[TD]Pass
[/TD]
[/TR]
</tbody>[/TABLE]
Hi there,
I am looking for help on creating a string for my spreadsheet. The table above is a small sample size of what I require. Essentially, if any 7 character string in column A matches column B, I need column C to show Pass. And if there is no match, it should saw Fail. So for the first example, even though the numbers and letters do not match, because it has the New York it results in a pass. Any help is appreciated.
Thanks