Can't really check this without knowing what your data looks like but see if
this works.
=IF(MID(N3,6,3)="OLA",MID(N3,6,3)&LEFT(N3,3),Y3&MID(N3,6,3))
> How do I put this into an excel formula ?
>
[quoted text clipped - 5 lines]
>
> Thank you in advance.
=IF(MID(N3;6;3)="OLA",MID(N3;6;3)&LEFT(N3;3),Y3&MID(N3;6;3))
> How do I put this into an excel formula ?
>
[quoted text clipped - 5 lines]
>
> Thank you in advance.