Hello,
Im using the formula; =TEXT(DATEVALUE(1&B2);"Mmm")&B1 to get the format jan2023 from 2 cells that contain januari and 2023.
Now i want to turn it to english; but when the cell contains January i get an #value error.
Also i want that it turn into Jan23 instead of jan2023.
Someone knows what i going wrong when i start using English months and how to lose "20" from 2023
Im using the formula; =TEXT(DATEVALUE(1&B2);"Mmm")&B1 to get the format jan2023 from 2 cells that contain januari and 2023.
Now i want to turn it to english; but when the cell contains January i get an #value error.
Also i want that it turn into Jan23 instead of jan2023.
Someone knows what i going wrong when i start using English months and how to lose "20" from 2023
Cell Formulas | ||
---|---|---|
Range | Formula | |
A2 | A2 | =TEXT(DATEVALUE(1&B2),"Mmm")&B1 |
A3 | A3 | =TEXT(DATEVALUE(1&B3),"Mmm")&B1 |