lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
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 =sum(ABC). Thank you.
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 =sum(ABC). Thank you.