Hi All,
I'm trying to add LEN in as a 3rd condition to a formula
This is what I think should work but excel doesn't like it
IF((and(b20=0,B22=16,len(b22)=1),"z0"&b22+1,"Z"&b22+1))
I want the output for the cell i'm putting the formula in to show Z0 and then cell B22+1, if the length of B22 is greater than or equal to 2 AND B20 contains 0
B22 will be 1, 2 or 3 digits long
I'm trying to add LEN in as a 3rd condition to a formula
This is what I think should work but excel doesn't like it
IF((and(b20=0,B22=16,len(b22)=1),"z0"&b22+1,"Z"&b22+1))
I want the output for the cell i'm putting the formula in to show Z0 and then cell B22+1, if the length of B22 is greater than or equal to 2 AND B20 contains 0
B22 will be 1, 2 or 3 digits long