Pleased to see LO Calc has improved import/open .123 files but there are still quite a bit of formula editing to do on import eg of external VLOOKUP refs. We have 100s of .123 to import and wondered if there are any pathfinding examples of the best way to do all such post-import edits/conversions ? (maybe there are helpful LO “conversion” macros ? any development plans to improve upon .123 import formula compatibility in forthcoming releases ?)
Two “killer” features that keep us bound to Lotus .123 (far too long) are:
- (i) RangeNames that allow special characters eg “GDPn$_g” or “GDPn%£_WD” (we work with column data expressed in many different currencies in same sheet)
- (ii) @XINDEX(range;column-heading;row-heading;[worksheet-heading])
Returns the contents of a cell located at the intersection specified by column-heading, row-heading, and worksheet-heading.
(i) “$” or “£” seem illegal in RangeNames in LO Calc v7.4 - any workarounds/hacks or specialist extensions that may overcome this constraint ?
(ii) I’m aware of the nasty Excel hack by nesting two =MATCH() inside an =INDEX() but wondered if LO Calc has a more elegant solution ? (BTW what are the formula/character limits on Calc cell formulas ?)
Most kind