Frank Bacchus
Member
Hi All,
I would like to create a formula that would provide the correct results based on the following conditions:
E2 = IF A2 = 1 and LEFT of B2 = "DC" Assign "DC Closed - Last Week" OR IF A2 = 1 and LEFT of B2 = "CM", assign "CM Closed - Last Week" Else E2,
I started with this but didn't get Too far: Help!
=IF((AND(LEFT(B2,2= "DC", A2 EQ 1, "DC Closed - Last Week"),E2) OR (AND(LEFT(B2,2= "CM", A2 EQ 1, "CM Closed - Last Week"), E2)
This 't work didn't Work
Appreciate your help
frank
I would like to create a formula that would provide the correct results based on the following conditions:
E2 = IF A2 = 1 and LEFT of B2 = "DC" Assign "DC Closed - Last Week" OR IF A2 = 1 and LEFT of B2 = "CM", assign "CM Closed - Last Week" Else E2,
I started with this but didn't get Too far: Help!
=IF((AND(LEFT(B2,2= "DC", A2 EQ 1, "DC Closed - Last Week"),E2) OR (AND(LEFT(B2,2= "CM", A2 EQ 1, "CM Closed - Last Week"), E2)
This 't work didn't Work
Appreciate your help
frank