Bonjour,
je bug sur un truc tout con.
Avec cette ligne de code
WsC.Range("G" & Ligne) = Application.SumIf(WsS.Range("A2:A20369"), WsC.Range("A" & Ligne), WsS.Range("H2:H20369")*)
je fais l'opération suivante: prix total (G) = Prix net (I)
Je voudrais changer cette ligne pour avoir: prix total (G) = Prix net (I) x Qté (S)
merci