Bonjour à tous !
Une proposition ?
let
Source = Excel.CurrentWorkbook(){[Name="BASE"]}[Content],
Types = Table.TransformColumnTypes(Source,{{"TEST", type text}, {"MONTANT", Int64.Type}}),
Statut = Table.AddColumn(Types, "STATUT", each if Text.Contains(Record.ToList(_){0}, "BO") then "BO" else "P VEH")
in
Statut