If i = 1
ws.Range("J55").Formula = "=SUMIF(Jour1_client[Pays],""Lituanie"",Jour1_client[Prix total HT])"
End if
If i = 2
ws.Range("J55").Formula = "=SUMIF(Jour1_client[Pays]:Jour2_client[Pays],""Lituanie"",Jour1_client[Prix total HT]:Jour2_client[Prix total HT])"
Enf if
If i = 3
ws.Range("J55").Formula = "=SUMIF(Jour1_client[Pays]:Jour3_client[Pays],""Lituanie"",Jour1_client[Prix total HT]:Jour3_client[Prix total HT])"
End if