Formula that can match values between to tables and insert a value based on matches

@Mathias_Deichmann - correct me if I am getting this wrong but you should be able to do this with a filter formula on a column in Table A

TableB.Filter( ColumnA = Thisrow.ColumnA).ColumnB

Can you give this a try and let me know if this helps?

These are two good threads on this topic too -

1 Like