thedeadzeds
Active Member
- Joined
- Aug 16, 2011
- Messages
- 451
- Office Version
- 365
- Platform
- Windows
Guys, is there a way to combine the following 3 formulas into 1?
[TABLE="width: 223"]
<tbody>[TR]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 223"]
<tbody>[TR]
[TD]
Code:
=IF(J2=Q2," WE LEAD @ £", " BOW £")
[/TR]
</tbody>[/TABLE]
Code:
=IF(R2=J2," LEAVE"," CHANGE TO £")
Code:
=IF(J2=R2,"",R2)