Author Topic: Hancom Mobile Sheet deletes entered formula  (Read 2212 times)

Morpheus

  • Newbie
  • *
  • Posts: 32
    • View Profile
    • http://
Hancom Mobile Sheet deletes entered formula
« on: March 12, 2004, 02:02:43 pm »
Help please, this is driving me nuts.

I have a small spreadsheet that I use to log my work hours and calculate the amount to invoice the company I am contracted to.

There is one formula that I have that joins two numerical cells together:
=UNION(H9,\":\",I9)

Its just a visual thing to make my hours and minutes display in the correct format.

For some unknown reason, every time I re-open the file, the formula has been replaced by a \'0\' in the cell.  If I replace the formula, save it, close sheet and re-open the file, the cell is once again displaying \'0\'

This only seems to happen with the =UNION() function, any other function I have used so far work fine.

I\'m using a SL5600, running Sharp kernal 2.4.18, and Qtopia 1.5.4

Has any one else seen this happen?

Jason
Sharp Zaurus SL-5600 with Qtopia V1.5.4 (Rom V1.32)
64Mb CF, 128Mb CF, 256Mb Viking SD
CF Camera Card,  SMC2642W CF WiFi card
NuShield Screen protector,  Tungsten T3 Stylus

rrashkin

  • Jr. Member
  • **
  • Posts: 67
    • View Profile
    • http://pwp.t-3.cc/rrashkin
Hancom Mobile Sheet deletes entered formula
« Reply #1 on: March 12, 2004, 02:51:29 pm »
are you, by any chance, saving this file as .xls rather than native Hancom?  That would explain it IF you\'re not using any other Hancom functions that do not exist in Excel.
Bob Rashkin
rrashkin@csc.com
SL5500/Sharp3.1
Targus IR keyboard

Morpheus

  • Newbie
  • *
  • Posts: 32
    • View Profile
    • http://
Hancom Mobile Sheet deletes entered formula
« Reply #2 on: March 12, 2004, 03:04:19 pm »
Yes, i am saving the file as a .xls
I didnt know it was a Hancom specific function, I didnt even know there WERE Hancom specific functions!!  I\'ve re-entered the function, saved as .hst, closed and re-opened the file and it works just fine.

Thanks for the very quick reply.

Just out of curiosity, is there an equivalent excel function?  I used to use =STRING() on my old Psion5 excel compatible spreadsheet, but that doesnt work on the Zaurus.

Cheers

Jason
Sharp Zaurus SL-5600 with Qtopia V1.5.4 (Rom V1.32)
64Mb CF, 128Mb CF, 256Mb Viking SD
CF Camera Card,  SMC2642W CF WiFi card
NuShield Screen protector,  Tungsten T3 Stylus

rrashkin

  • Jr. Member
  • **
  • Posts: 67
    • View Profile
    • http://pwp.t-3.cc/rrashkin
Hancom Mobile Sheet deletes entered formula
« Reply #3 on: March 12, 2004, 04:22:17 pm »
As it turns out, there is:
Quote
 
CONCATENATE (text1,text2,...)

Text1, text2, ...   are 1 to 30 text items to be joined into a single text item. The text items can be text strings, numbers, or single-cell references.

Remarks

The \"&\" operator can be used instead of CONCATENATE to join text items.

Examples

CONCATENATE(\"Total \", \"Value\") equals \"Total Value\". This is equivalent to typing
\"Total\"&\" \"&\"Value\"
Bob Rashkin
rrashkin@csc.com
SL5500/Sharp3.1
Targus IR keyboard