sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,422
- Office Version
- 2016
- Platform
- Windows
I've got this formula which updates a cell dependant on another - it shows either true or false dependant on the other value;
What I'm trying to do is add a condition that will show 'true' if J26 is 'NTE' but I can't get it to work.
The formula was on a worksheet sent to me, so not something I have created myself and if I'm honest I don't fully understand it, so any help that can be given would be appreciated.
=IF(OR(LEFT(J26,5)="Leave",LEFT(J26,4)="Sick",LEFT(J26,4)="Rest Day"),FALSE,OR(,LEFT(J26,1)="E",LEFT(J26,1)="D",LEFT(J26,1)="L",LEFT(J26,1)="N"))
What I'm trying to do is add a condition that will show 'true' if J26 is 'NTE' but I can't get it to work.
The formula was on a worksheet sent to me, so not something I have created myself and if I'm honest I don't fully understand it, so any help that can be given would be appreciated.