JTL9161
Well-known Member
- Joined
- Aug 29, 2012
- Messages
- 591
- Office Version
- 365
- Platform
- Windows
Hope I can explain this clearly
I have 2 columns of data. I need to search for specific data "ABC" for example. When it finds it I need the data in the next column, meaning "GHI", but "ABC" could be in either column. It may not always be in the first column so if "ABC" was in the 2nd column I need the read the data in the 1st, so if "ABC" is in the 2nd column I would need to copy the "HIJ" data. If this is even doable.
Thanks,
James
I have 2 columns of data. I need to search for specific data "ABC" for example. When it finds it I need the data in the next column, meaning "GHI", but "ABC" could be in either column. It may not always be in the first column so if "ABC" was in the 2nd column I need the read the data in the 1st, so if "ABC" is in the 2nd column I would need to copy the "HIJ" data. If this is even doable.
ABC | GHI |
DEF | QRS |
XYZ | VWX |
WXZ | PQR |
HIJ | ABC |
FGH | HUT |
Thanks,
James