Forum Discussion
KPMEE
3 years agoFrequent Visitor
Linking Tables Column Names with different punctuation
Hello, I have different sources, where the same names appear, but the names are appear slightly different: Table 1: Collumn Names: John.Doe Table 2: Collumn Names: john doe How would I l...
- 3 years ago
I ended up adding two new columns to both tables with this formula:
NewNames = LOWER(SUBSTITUTE(Table[Names], ".", " "))
KPMEE
3 years agoFrequent Visitor
I ended up adding two new columns to both tables with this formula:
NewNames = LOWER(SUBSTITUTE(Table[Names], ".", " "))