Forum Discussion

lsustaita's avatar
lsustaita
New Member
4 years ago
Solved

power query formula needed

 am trying to find matches on multiple rows and then concatonate to only see one record returned when all criteria is the same using 1 table. 1st I have 3 columns, the 1st column is a name, the 2nd ...
  • v-zhangti's avatar
    v-zhangti
    4 years ago

    Hi, lsustaita 

     

    You can try the following methods.

    Judgment = IF([Data 1]=[Data 2],1,0)

    Is this the result you expect?

     

    Best Regards,

    Community Support Team _Charlotte

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.