A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
I am not sure of what you want to do, but try this
=IF(MID(I6,3,2)="09",REPLACE(I6,3,2,"01"),IF(MID(I6,3,2)="11",REPLACE(I6,3,2,"03"),IF(MID(I6,3,2)="12",REPLACE(I6,3,2,"07"),I6)))
I have underlined the changes I have made.
Hope this helps.