Stephen_IV
Well-known Member
- Joined
- Mar 17, 2003
- Messages
- 1,180
- Office Version
- 365
- 2019
- Platform
- Windows
Good afternoon, I was just wondering is there another way to write this? Thanks in advance Stephen!
=IF(AND(E2="Y",D2="N",C2="N"),1,"")
or
=IF((E2="Y")*(D2="N")*(C2="N"),1,"")
=IF(AND(E2="Y",D2="N",C2="N"),1,"")
or
=IF((E2="Y")*(D2="N")*(C2="N"),1,"")