Stephen.Nichols
New Member
- Joined
- Jul 16, 2008
- Messages
- 40
Hi
Trying to create the following in D1;
If A1 = 0, then return B1 OR if A1 = 1 then return B1 x C1
I can do the first part with =if(A1=0, B1,0) ... just need help with the second part.
Can anyone help?
Trying to create the following in D1;
If A1 = 0, then return B1 OR if A1 = 1 then return B1 x C1
I can do the first part with =if(A1=0, B1,0) ... just need help with the second part.
Can anyone help?