So I have an Excel sheet which contains values, with each column representing an AM number. In each column, I need to find the positions of '0’s and '*'s and their corresponding variant values. If the variant is not present, I want to find the previous variant value when the current row doesn’t have a variant. In such cases, the previous variant should taken as current variant.
so as output based on 0’s and *'s we need to find the variant numbers in that column(001)
For example Output
For 001 Column Variants are 15 & 30
For 005 Column Variants are 10, 15 & 40
For 010 Column Variants are 15
For O15 Column Variant are 30
For 020 Column Variants are 10