kittymongo
New Member
- Joined
- Feb 6, 2018
- Messages
- 16
Hello,
I have 2 spreadsheets I am comparing data on. One column is a concatenation of 2 cells and this is on each spreadsheet. I need to compare the data between the 2. Spreadsheet A has the concatenation with a data point that won't be a one to one match to spreadsheet B. How can I write a formula to do this comparison? I understand there may be an additional step that may need to be done. Below is an example of what I am trying to do.
If the data in the first column has the account name with code 123 at the end, then the data in the other column will have the account name with code 357 at the end. For what I need, that would be considered a match for what I am comparing. Is there a formula to use for this?
I have 2 spreadsheets I am comparing data on. One column is a concatenation of 2 cells and this is on each spreadsheet. I need to compare the data between the 2. Spreadsheet A has the concatenation with a data point that won't be a one to one match to spreadsheet B. How can I write a formula to do this comparison? I understand there may be an additional step that may need to be done. Below is an example of what I am trying to do.
If the data in the first column has the account name with code 123 at the end, then the data in the other column will have the account name with code 357 at the end. For what I need, that would be considered a match for what I am comparing. Is there a formula to use for this?
Spreadsheet A Concatenation | Spreadsheet A formula | Spreadsheet B Concatenation | Spreadsheet B formula |
ABCDEFG123 | ABCDEFG357 | ||
HIJKLMNO789 | HIJKLMNO987 | ||
PQRSTUV102 | PQRSTUV201 |