Darren Bartrup
Well-known Member
- Joined
- Mar 13, 2006
- Messages
- 1,297
- Office Version
- 365
- Platform
- Windows
I have a workbook that is shared amongst colleagues in different countries on MS Teams.
When the workbook is opened in Poland the cell shows #ARG! error, while it shows #VALUE! error in the UK. Evaluating the formula results in an error, but if I edit the formula and press enter it shows ok, and evaluating works.
An example of the formula is
=TEXT($G51,"#,##0;-#,##0;0;@") & " / " & TEXT(XLOOKUP($H$3,PARawData[Date],PARawData[Inb%]),"0.00%")
G51 contains the value 11820 formatted as #,##0;-#,##0;0;@
The XLOOKUP references a cell containing the value 1 formatted as Percentage.
Does the [$-en-GB] coding only work on dates or can I add it to the start of any format? Is that even the problem?
When the workbook is opened in Poland the cell shows #ARG! error, while it shows #VALUE! error in the UK. Evaluating the formula results in an error, but if I edit the formula and press enter it shows ok, and evaluating works.
An example of the formula is
=TEXT($G51,"#,##0;-#,##0;0;@") & " / " & TEXT(XLOOKUP($H$3,PARawData[Date],PARawData[Inb%]),"0.00%")
G51 contains the value 11820 formatted as #,##0;-#,##0;0;@
The XLOOKUP references a cell containing the value 1 formatted as Percentage.
Does the [$-en-GB] coding only work on dates or can I add it to the start of any format? Is that even the problem?