Hello guys,
I am currently processing a huge dataset. My question is that how can I ignore NA when I want to run and repeat this function in excel.
=IF(AND(RankLN!D45>0.3,RankLN!D45<=0.7),"M",IF(RankLN!D45>0.7,"W","L"))
In detail, for example, I have a column, we say column D. In this column...