mattdavid.hall
New Member
- Joined
- Oct 2, 2008
- Messages
- 17
- Office Version
- 365
- Platform
- Windows
Hi,
Here is my scenario.
Column A has many different values in each cell/row such as "537-195-0 Rev B", "50-5830-294-A DT 07/13/13", and "W-483 Rev d".
Column B has similar values for each cell/row such as "537-195-0", "50-830-294-A", and "W-483".
I want to make Column C be the last half of Column A. See table for example.
<tbody>
</tbody>
So column A and B are firm and set. I'm working with column C to extract the last half of column A.
In simple terms I need this: C1=A1-B1.
This has been difficult for me because the length of values in A are never the same.
Is this possible to do?
Here is my scenario.
Column A has many different values in each cell/row such as "537-195-0 Rev B", "50-5830-294-A DT 07/13/13", and "W-483 Rev d".
Column B has similar values for each cell/row such as "537-195-0", "50-830-294-A", and "W-483".
I want to make Column C be the last half of Column A. See table for example.
Column A | Column B | Column C | |
537-195-0 Rev B | 537-195-0 | Rev B | |
50-5830-294-A DT 07/13/13 | 50-830-294-A | DT 07/13/13 | |
W-483 Rev d | W-483 | Rev d |
<tbody>
</tbody>
So column A and B are firm and set. I'm working with column C to extract the last half of column A.
In simple terms I need this: C1=A1-B1.
This has been difficult for me because the length of values in A are never the same.
Is this possible to do?