bluepenink
Well-known Member
- Joined
- Dec 21, 2010
- Messages
- 585
Hello
this is my if statement
cell S2:
=IF(J2>MAX(LEFT(R2,FIND("-",R2,1)-1),MID(R2,FIND("-",R2,1)+1,1)),"No","Yes")
R2 = 3-5 days
the issue, im having, when R2 contains data like i.e. "E2W on Wednesday" etc, it shows the N/A error. How can I make the formula state, if R2 contains anything that beings with "E", to show "Yes" as well?
pls help, thx you
this is my if statement
cell S2:
=IF(J2>MAX(LEFT(R2,FIND("-",R2,1)-1),MID(R2,FIND("-",R2,1)+1,1)),"No","Yes")
R2 = 3-5 days
the issue, im having, when R2 contains data like i.e. "E2W on Wednesday" etc, it shows the N/A error. How can I make the formula state, if R2 contains anything that beings with "E", to show "Yes" as well?
pls help, thx you