Forum Discussion
Kristofferaabo
Helper IV
9 years agoNew column by comining two columns from two different data sets?
Hi, I have two simple datasets, and I want to combine two coloums from each table. For instance: Lastname in the facility_contacts and Country in the facilities In excel I would do: ...
- 9 years ago
Hi Kristofferaabo,
Please use Related method:
combine = Sheet1[name] & RELATED(Sheet2[last])
If this works for you please accept it as solution and also like to give KUDOS.
Best regards
Tri Nguyen
tringuyenminh92
Memorable Member
9 years agoHi Kristofferaabo,
Please use Related method:
combine = Sheet1[name] & RELATED(Sheet2[last])
If this works for you please accept it as solution and also like to give KUDOS.
Best regards
Tri Nguyen