Skip to main content
Solved

Vertical Lookup

  • July 4, 2019
  • 5 replies
  • 25 views

checcosisani
Contributor
Forum|alt.badge.img+12

Hi

I need to find and extract from column B the value present in column A

for first record for ex PACHINO

 

any suggestion ?

 

Thx

 

Francesco

Best answer by ebygomm

I would use a StringReplacer

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

5 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • July 4, 2019

By extract, do you mean remove the value from column B that is in column A?

So the value remaining in column B would be SP PER ISPICA PACHINO 96018 ? Or do you want to remove both instances?


checcosisani
Contributor
Forum|alt.badge.img+12
  • Author
  • Contributor
  • 66 replies
  • July 4, 2019

Yes if possible remove both instances and if possible insert a comma (useful for split string )

thx


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • Best Answer
  • July 4, 2019

I would use a StringReplacer


checcosisani
Contributor
Forum|alt.badge.img+12
  • Author
  • Contributor
  • 66 replies
  • July 4, 2019

I would use a StringReplacer

.... thx very simple

I had tried complicate solutions ....

 

thx

 

Francesco


checcosisani
Contributor
Forum|alt.badge.img+12
  • Author
  • Contributor
  • 66 replies
  • July 5, 2019

I would use a StringReplacer

Hi

small update

 

If the text to replace i stored in an external table how can manage the replacement ?

 

Francesco