Here is my question.
I am looking for a value "Y" in Columns Y: AW and if Y then return " N " else "Y ". I got it to work in cell
AX2 using formula IF(COUNTIF($Y2:AW2,"Y"),"N","Y").
Having trouble to dynamically update columns when new columns are added after AW . I need column Y (the start column) to be constant but column AW to be dynamic, since columns would be added each month and I want the if condition to work dynamically.
Appreciate assistance with this.
Thank you
I am looking for a value "Y" in Columns Y: AW and if Y then return " N " else "Y ". I got it to work in cell
AX2 using formula IF(COUNTIF($Y2:AW2,"Y"),"N","Y").
Having trouble to dynamically update columns when new columns are added after AW . I need column Y (the start column) to be constant but column AW to be dynamic, since columns would be added each month and I want the if condition to work dynamically.
Appreciate assistance with this.
Thank you