Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Look-up string and replace with specified string

Hello all,   I have data of company names ( over 200 rows) and some company names show up multiple times but as with a slightly different name as subsidiaries. For example, "company A", "company A ...
  • Ashish_Mathur's avatar
    Ashish_Mathur
    6 years ago

    Hi,

    Splitting is then defeinitely not going to works for you.  Create a seperate 2 column Table with Company Names in column1 and Type in column2.  Create a relationship between the 2 and write a RELATED() function to bring over data from column2 into Table1.