gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
I have two columns where in Column A (starting in row 7) I pasted/transposed the table headers from an old worksheet. In column B7 I pasted the Table headers from a new version of the table.
I want to have one formula in column C that would tell me
is the value in A and B the same (it exists in both tables in the same row). Then 1
Value is in A and B but not the same row. Then 2
Value is in A but not in B. Then 3
Value is in B but not in A. Then 4
I want to have one formula in column C that would tell me
is the value in A and B the same (it exists in both tables in the same row). Then 1
Value is in A and B but not the same row. Then 2
Value is in A but not in B. Then 3
Value is in B but not in A. Then 4
A | B | Example of formula results (or something like this) |
Example1 | Example1 | 1 |
Example2 | Example4 | 2,4 |
Example3 | Example2 | 3,2 |
Example5 | Example6 | 3,4 |