Hi
I have nested if() i.e. =if(cond1, "a", if(cond2,"b",if(cond3,"c",f)))
I want to know if I can name that function to for example XYZ and use that name to pass it to another function instead of passing the whole function. Similar idea of naming a range A1:A20 as ABC and then use it as...