Dec 07 2023 03:18 AM
Hi, I am trying to create ref number, with letters LSL and numbers (LSL 1000-01). I can do this by using Full Version of Excel, I am customizing the number format "LSL"####-##, then in the next cell by using formula (=A1+1) it works absolute fine. However our company uses web version of excel and I can not customize the number format in this version, the ref numbers work it selves if i copy and paste from Full version of Excel, however if I want to create the LSL number in the Web Excel it says 'Creating custom number formats isn't currently supported in the web version of Excel'.
Please advise.
Dec 07 2023 03:56 AM
Exactly what it says. You can use custom number formats in Excel Online, but not create them. You do need the desktop version for Windows or Mac to do the latter...
Dec 07 2023 04:29 AM
Dec 07 2023 04:38 AM - edited Dec 07 2023 04:38 AM
SolutionIf I understand the desired format correctly, you might use something like:
="LSL "&TEXT(A1,"0000-00")
Dec 13 2023 04:47 AM
Dec 07 2023 04:38 AM - edited Dec 07 2023 04:38 AM
SolutionIf I understand the desired format correctly, you might use something like:
="LSL "&TEXT(A1,"0000-00")