1 2 3 4 5
| ActiveCell.FormulaR1C1 = _
"=IF(RC[-9]="""","""",IF(ISNA(VLOOKUP(RC[-9]&"" / 6444"",Attribut!C[-5]:C[-4],2,FALSE))=TRUE,"""",IF(OR(VLOOKUP(RC[-9]&"" / 6444"",Attribut!C[-5]:C[-4],2,FALSE)="""",VLOOKUP(RC[-9]&"" / 6444"",Attribut!C[-5]:C[-4],2,FALSE)="" ""),"""",VLOOKUP(RC[-9]&"" / 6444"",Attribut!C[-5]:C[-4],2,FALSE)+0)))"
RDV.Cells(2, "J").Select
Selection.AutoFill Destination:=Range(RDV.Cells(2, "J"), RDV.Cells(derligne14, "J")), Type:=xlFillDefault
Range(RDV.Cells(2, "J"), RDV.Cells(derligne14, "J")).Select |
Partager