Forum Discussion

CedricMi's avatar
CedricMi
New Member
3 years ago
Solved

Help needed: conditional combining fields on multiple rows into a single row

I need to transform PDF bank statements into an Excel file. Source:   Date Transaction description Value Date Debit Credit 08.12.2021 DIRECT DEBIT SEPA SERVECORP ECH/081221 ID 08.12.20...
  • AlienSx's avatar
    3 years ago

    CedricMi , replace "gr" step by 

    gr = Table.Group(conformedtable2, "Date", {{"all", f}}, GroupKind.Local, (x, y) => Number.From(y <> null))