I have been given an Excel spreadsheet with a field with the following format (text) ="123456"
I am trying to replicate this from a sheet with many rows (the value is in ACE Inventory List.A2…) when I enter the formula
="="&"'""&$'ACE Inventory List'.A2&""'"
calc returns ="&$'ACE Inventory List'.A2&"
so it is successfully interpreting """"
as "
, but it is not executing the cell reference.
If I enter =$'ACE Inventory List'.A2
in a cell I get the contents of the other cell.
I know it’s wierd formatting, and when I asked was told it’s their format.
Any suggestions for acheiving this in Libreoffice would be very helpful.
Paul
Tried moving the values into the same sheet (cell k3) and the formula ="="&""""&K3&""""
works What can I do to have it work across sheets?