tiredofit
Well-known Member
- Joined
- Apr 11, 2013
- Messages
- 1,924
- Office Version
- 365
- 2019
- Platform
- Windows
I am familiar with this type of IF(AND
Can someone please explain what this is doing?
What is the significance of the multiply?
Thanks
Code:
=IF(AND(G11=10,H11=20),"Yes","No")
Can someone please explain what this is doing?
Code:
=IF(AND(A1="a")*(B1=10)*(C1=30),D1,E50)
What is the significance of the multiply?
Thanks