I have to calculate the number of new customers for every year.
Here is my table,
and here is the expected result.
The tricky part is that I don't have to only count the difference between two years, I have to know if there are customers who left from one year to the other and then skip them to my calculation. The result only include the amount of new customers. I hope I made myself clear.
Thanks.