I do understand 0 and #. As I explained in a previous comment, the site crashed when I was trying to correct myself. Grrr! When the site came back online, I was no longer able to edit the comment. To avoid further confusion, I've just deleted the comment.
James Haigh ( 2012-11-09 13:10:14 +0200 )editHowever, I do not understand what you mean by "<crt j="">". The double quotes around k may indeed not be necessary in this case, but without knowing with certainty every single format code character, it is a good idea to quote any text characters just in case they get interpreted as format code.
If you could attach your test spreadsheet to this answer, that would be great, thanks.
James Haigh ( 2012-11-09 13:23:17 +0200 )edit<crt j=""> sorry but this is rubbish. I don't know what happened, it should be <ctrl j> ( a space between ctrl and j. I don't see a possibility to attach a file here. Ask your question in users@global.libreoffice.org. I see a chance to mail you the file there
ROSt52 ( 2012-11-09 15:42:46 +0200 )editAdditional, could you possibly create an example showing - the data as you get them - as you want to enter them - as you want to display them and explain why you want to have it that way. Reason: I MIGHT have a kind of workaround if the % problem cannot be solved.
ROSt52 ( 2012-11-09 15:43:21 +0200 )edit
Could you possibly give explicit examples here using just characters available for answers of what you want to achieve and what you get or not get?
ROSt52 ( 2012-10-30 02:14:20 +0200 )edit@ROSt52: For example, I want to format
James Haigh ( 2012-10-30 19:03:04 +0200 )edit0.00001234567as12.346μ.@James: What I would do is using the link of chandoo and experiment. I don't have enough time to do it myself but I would give it try. It seems very feasilble. % creates mutlipes of 10.
ROSt52 ( 2012-10-31 02:15:50 +0200 )edit@James: could stop to make a test % and , behave in LibO differently. Thus for me the question should be what are the multiplier and divider symbols in Calc. Would raise question in users@global.libreoffice.org
ROSt52 ( 2012-10-31 02:27:49 +0200 )edit@ROSt52: Did you find anything? I don't have the proprietary alternative to actually try the test you suggest.
James Haigh ( 2012-11-06 13:04:42 +0200 )edit@James: What do you mean with "proprietary alternative"? Microsoft Office/EXCEL? I don't have it on my PC anymore. Rely fully on LibO . What do you mean with "trainling point"?
ROSt52 ( 2012-11-06 15:46:31 +0200 )edit@James:made a test: entered 1 and formated cell with 0.### and 1 appeared as 1. I don't understand what you mean with the bug mentioned above.
ROSt52 ( 2012-11-06 15:50:06 +0200 )edit@ROSt52: Sorry - as I was correcting myself this website went offline. If 1000 is formatted with
James Haigh ( 2012-11-08 13:40:41 +0200 )edit0.###,"k"it is displayed as '1.k' rather than '1k'. Also try formatting an integer with0.###"text"; you should get something like '1.text' rather than '1text'.@ROSt52: Btw,
James Haigh ( 2012-11-08 13:52:11 +0200 )edit%multiplies by 100, not 10. According to the chandoo article, multiplying by 10 is achieved by 2 percents and a comma, since x *100 *100 /1000 = x *10. And dividing by 10 can be done with a percent and a comma, since x *100 /1000 = x /10.@ROSt52: And yes, I meant m$'s spreadsheet program, which I got rid of years ago and switched to OOo, long before Oracle bought Sun and LibO had forked off OOo.
James Haigh ( 2012-11-08 14:06:57 +0200 )edit