Forum Discussion

VK7's avatar
VK7
Frequent Visitor
2 years ago
Solved

Find the value in other table

Hi, Need to achieve column C in table 1, By considering the logic if Table 1, Column B value is in Table 2 Column B then True else False.
  • barritown's avatar
    2 years ago

    Hi VK7,

    One of the options is such a calculated column:

    In plain text for convenience:

    Column C = 
    VAR stringToCheck = CONCATENATEX ( Table2, [Column B], "; " )
    RETURN CONTAINSSTRING ( stringToCheck, [Column B] )

    Best Regards,

    Alexander

    My YouTube vlog in English

    My YouTube vlog in Russian