Forum Discussion
Backaerial
Feb 04, 2023Copper Contributor
Nesting if functions
Hello, I am trying to code the following in an excel sheet column: If column A = 1 and column B = 0, column C return 1 If column A = 0 and column B = 1, column C return 2 If column A =1 and col...
- Feb 04, 2023
HansVogelaar
Feb 04, 2023MVP
- BackaerialFeb 04, 2023Copper ContributorWow... thank you!