NeoOffice 2017 Upgrade Issues

From NeoWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 21:40, 20 August 2017 (edit)
( | contribs)
(Remove table of contents)
← Previous diff
Revision as of 01:09, 21 August 2017 (edit) (undo)
( | contribs)
(Spreadsheet formulas display #VALUE! instead of a number - Add steps inline)
Next diff →
Line 5: Line 5:
If a mathmatical formula references any cells that contain spaces or other non-numeric characters, the LibreOffice 4.4 code used by NeoOffice 2017 (as well as all recent versions of OpenOffice and LibreOffice) will display <tt>#VALUE!</tt>. In contrast, the OpenOffice 3.3 code used by earlier versions of NeoOffice would behave as if such cells were empty cells. If a mathmatical formula references any cells that contain spaces or other non-numeric characters, the LibreOffice 4.4 code used by NeoOffice 2017 (as well as all recent versions of OpenOffice and LibreOffice) will display <tt>#VALUE!</tt>. In contrast, the OpenOffice 3.3 code used by earlier versions of NeoOffice would behave as if such cells were empty cells.
-To stop the display of <tt>#VALUE!</tt>, you will need to delete cells with spaces or other non-numeric characters that are referenced by any mathematical formulas in your spreadsheet. You can delete such cells using the Find & Replace dialog using [[Converting_a_Text_String_to_a_Number_in_Calc#Using_the_Find_.26_Replace_Function|these steps]].+To stop the display of <tt>#VALUE!</tt>, you will need to delete cells with spaces or other non-numeric characters that are referenced by any mathematical formulas in your spreadsheet. You can delete most of the cells with spaces or other non-numeric characters using the following steps:
 + 
 +*Select the cell range which contains text strings.
 +*Choose the {{menu|Edit}} menu then the {{menu|Find & Replace…}} sub-menu.
 +*In the {{window|Find & Replace}} window, enter "'''^[^0-9\-]'''" (without quotes) in the {{section|Search For}} field.
 +*Set the {{section|Replace With}} field to empty.
 +*Click {{button|Other options}} or {{button|More options}} button.
 +*Check the {{prefName|Regular expressions}} checkbox.
 +*Set the {{prefName|Search in}} listbox to {{button|Values}}
 +*Click {{button|Replace All}}.

Revision as of 01:09, 21 August 2017

NeoOffice 2017 is based on the LibreOffice 4.4 code. Because earlier versions of NeoOffice were based on the much older OpenOffice 3.3 code, users may find NeoOffice behaves differently after upgrading to NeoOffice 2017. Below are the most common issues that we have seen after upgrading to NeoOffice 2017:

Spreadsheet formulas display #VALUE! instead of a number

If a mathmatical formula references any cells that contain spaces or other non-numeric characters, the LibreOffice 4.4 code used by NeoOffice 2017 (as well as all recent versions of OpenOffice and LibreOffice) will display #VALUE!. In contrast, the OpenOffice 3.3 code used by earlier versions of NeoOffice would behave as if such cells were empty cells.

To stop the display of #VALUE!, you will need to delete cells with spaces or other non-numeric characters that are referenced by any mathematical formulas in your spreadsheet. You can delete most of the cells with spaces or other non-numeric characters using the following steps:

  • Select the cell range which contains text strings.
  • Choose the Edit menu then the Find & Replace… sub-menu.
  • In the Find & Replace window, enter "^[^0-9\-]" (without quotes) in the Search For field.
  • Set the Replace With field to empty.
  • Click Other options or More options button.
  • Check the Regular expressions checkbox.
  • Set the Search in listbox to Values
  • Click Replace All.
Personal tools