C
carl
Can I modify this:
=IF(MID(N3;6;3)="OLA";MID(N3;6;3)&LEFT(N3;3);Y3&MID(N3;6;1))
to include this:
If AP3="PA-OUT" then ("PA" & LEFT(n3;3))
Thank you in advance.
=IF(MID(N3;6;3)="OLA";MID(N3;6;3)&LEFT(N3;3);Y3&MID(N3;6;1))
to include this:
If AP3="PA-OUT" then ("PA" & LEFT(n3;3))
Thank you in advance.