Hello, I'm trying to find a way to replace the values of some rows, based on a particular row, itself based on the "name" column. I will explain what I would like to achieve (I have tried many possibilities already, but never have the perfect result). In the "name" column, there are two names, A and B. The "ID" column contains "ID", the important identifier being A66571, so I already put it in the first line, by "name" column. There are then different columns ("AA", "BB"...). What I want is that if for ID = "A66571", I subsequently have columns = "NO", then I want to enter "." in these same columns, but for EACH ID (including A66571), for this "name" column. But if for the ID A66571, I subsequently have columns = "YES", then the other rows, for these same columns do not change. Here's what I currently have, and next what I would like to get : What I never manage to get is, for example, when ID = A66571, and the columns "AA" and "BB" = "YES", for me, when ID = "A08176", the columns "AA" and "BB" are always = "." . I hope you will help me solve this problem, I've been blocking it for quite a few hours (using Arrays, Retain, Lags...). Thank you so much. Kevin_T
... View more