Hi all,
I have the formula below which is used to generate a project code, based on data in columns B, C, and E. Column E contains dates in the format dd/mm/yyyy, and the formula is meant to grab just the last two digits of the year. The formula works perfectly fine for me, however when other users use the same spreadsheet, the format changes so rather than having the two digits of the year, the project code has "YY" in place of this. Then when I click on the cell containing the formula and press enter, the format then changes back to the desired format. Could anyone suggest why this is happening, and what I should do to fix it?
=IF(OR(ISBLANK(B10),ISBLANK(C10),ISBLANK(E10)),"",B10&"-"&TEXT(E10,"YY")&"EN"&(TEXT(Y10,"000")))
Thanks
I have the formula below which is used to generate a project code, based on data in columns B, C, and E. Column E contains dates in the format dd/mm/yyyy, and the formula is meant to grab just the last two digits of the year. The formula works perfectly fine for me, however when other users use the same spreadsheet, the format changes so rather than having the two digits of the year, the project code has "YY" in place of this. Then when I click on the cell containing the formula and press enter, the format then changes back to the desired format. Could anyone suggest why this is happening, and what I should do to fix it?
=IF(OR(ISBLANK(B10),ISBLANK(C10),ISBLANK(E10)),"",B10&"-"&TEXT(E10,"YY")&"EN"&(TEXT(Y10,"000")))
Thanks