Hancom Sheets appears to be saving some of my formulas but not others. Instead, it simply strores the resulting number.
In one cell I type:
IF(LENGTH(K6)>0,K6,IF(LENGTH(TRIM(G6))>0,L5,L5-I6+J6))
That doesn\'t get saved, but
IF(EXACT(Y$3,$F4),$I4,"")
does.
My XLS has 2 worksheets and it accesses information between the to using the \"WorkSheetName!C4\" convention, which works at runtime, but it doesn\'t get saved.
Do I have to save these as \"HancomMobileSheet(*.hst)\" to preserve those functions? Is there a list of which functions do and don\'t get saved to XLS?
What are all of the limitations of hancom sheets? I wanted to use it to update XLS files on the go and then bring them back to my computer when needed. I know that Hancom (appears) to not do any type of charts. What else?