Format a cell / british pound

Hello Community,
I'm using Numbers '09 V2.3 (german) and I'm writing an invoice in £ to a british company. I can set the currency to Sterling, but I can't force the numbers to be written the british way. In german writing you use only a "," where in british the "." is used. The british "," for displaying the thousands doesn't excist in german writing. (Do you get what I mean??)
So I want to make a default format for a cell in british pounds with british writing (e.g.: £1,000.00) that can be used with a german Numbers.
Switching the keyboard language to English doesn't help.
Anybody an idea??
Thanks in advance,
musicus

The only way I can come up with to allow you to maintain your native localization is to add a column that switches the decimal separator like this:
you can add the current symbol in front as well.  To do this you can change the formula from :
B1=INT(A1)&","&INT(100×(A1−INT(A1)))
to
B1="£"&INT(A1)&","&INT(100×(A1−INT(A1)))
then you can hide the "other" column (in this case column A)

Similar Messages

  • ITunes Store prices showing up in British pounds format

    I'm not sure whether this began after my latest iTunes update (8.0.2), but all prices in the iTunes Store are displayed in British pounds. Where is the setting to change my currency type back to US Dollars?

    Go to the main iTunes store screen.
    Scroll to the very bottom and in the center select the U.S. Store.

  • British Pound Sterling with UTF-8 and ISO-8859-15

    Please excuse my long-windedness ... I'm simply trying to answer all possible questions up front and give the most possible information. I've searched through tons of forums and all over various sites and references and am not able to come up with a concrete solution to this. I'd appreciate any help anyone has.
    I'm having some trouble with character sets and international currencies.
    Our server was recently upgraded from Red Hat 7.3 to Red Hat 8.0. I understand that the default system encoding thus changed from ISO-8859-15 to UTF-8. I have verified this by executing the following:
    public class WhichEncoding {
      public static void main(String args[])
        String p = System.getProperty("file.encoding");
        System.out.println(p);
    }I have two machines, one which represents the old system (7.3) and one representing the new (8.0), which I will call machine73 and machine80 respectively.
    [machine73:~]# java WhichEncoding
    ISO-8859-15
    [machine80:~]# java WhichEncoding
    UTF-8I have also verified that the JVM is using the correct default character set by executing the following:
    import java.io.ByteArrayOutputStream;
    import java.io.OutputStreamWriter;
    public class WhichCharset {
        public static void main (String[] args) {
            String foo = (String)(new OutputStreamWriter(new ByteArrayOutputStream())).getEncoding();
            System.out.println(foo);
    }which yields:
    [machine73:~]# java WhichCharset
    ISO-8859-15
    [machine80:~]# java WhichCharset
    UTF8Here comes the problem. I have the following piece of code:
    import java.text.NumberFormat;
    import java.util.Locale;
    public class TestPoundSterling
        public static void main (String[] args)
            NumberFormat nf = NumberFormat.getCurrencyInstance(new Locale("en", "GB"));
            System.out.println(nf.format(1.23));
    }When I compile and execute this, I see mixed results. On machine73, I see what I would expect to see, the British Pound Sterling followed by 1.23. To be sure, I outputted the results to a file which I viewed in a hex editor, and observed [A3 31 2E 32 33 0A], which seems to be correct.
    However, when I execute it on machine80, I see a capital A with a circumflex (carat) preceding the British Pound Sterling and the 1.23. The hex editor shows [C2 A3 31 2E 32 33 0A].
    I looked up these hexadecimal values:
    Extended ASCII
    0xC2 = "T symbol"
    0xA3 = lowercase "u" with grave
    ISO-8859-1
    0xC2 = Capital "A" with circumflex (carat)
    0xA3 = British Pound Sterling
    Unicode Latin-1
    0x00C2 = Capital "A" with circumflex (carat)
    0x00A3 = British Pound Sterling
    (This explains why, when I remove /bin/unicode_start and reboot, I see a "T symbol" and "u" with a grave in place of what I saw before ... probably an irrelevant sidenote).
    I found a possible answer on http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8 under the Examples section. Apparently, a conversion between Unicode and UTF-8 acts differently based on the original Unicode value. Since the Pound Sterling falls between U-00000080 � U-000007FF (using the chart on the mentioned site), the conversion would be (as far as I can tell):
    U-000000A3 = 11000010 10101001 = 0xC2 0xA3
    This appears to be where the extra 0xC2 pops up.
    Finally, to the whole point of this: How can I fix this so that things work as they should on machine80 like they did on machine73. All I want to see at the command line is the Pound Sterling. Getting the 0xC2 preceding the Pound Sterling causes some parts of my applications to fail.
    Here's some additional information that might be of use:
    [machine73:~]# cat /etc/sysconfig/i18n
    LANG="en_US.iso885915"
    SUPPORTED="en_US.iso885915:en_US:en"
    SYSFONT="lat0-sun16"
    SYSFONTACM="iso15"
    [machine73:~]# echo $LANG
    en_US.iso885915
    [machine80:~]# cat /etc/sysconfig/i18n
    LANG="en_US.UTF-8"
    SUPPORTED="en_US.UTF-8:en_US:en"
    SYSFONT="latarcyrheb-sun16"
    [machine80:~]# echo $LANG
    en_US.UTF-8Any help is very, very much appreciated. Thanks.

    you didn't look hard enough, this is a faq...
    there three options:
    1) change the system encoding by setting LANG or LC_CTYPE environment variables... assuming you use bash:bash$ export LC_CTYPE=en_GB.iso88591 you can check the available locales with locale -a ... pipe it to grep en_GB to filter out the non-british english locales
    -OR-
    2) change the java default encoding from the command line with -Dfile.encoding... run with$ java -Dfile.encoding=ISO-8859-1 yourclass-OR-
    3) set the encoding from within the program with OutputStreamWriter, or use a PrintStream that has the encoding set..PrintStream out = new PrintStream(new FileOutputStream(FileDescriptor.out), true, "ISO-8859-1");
    System.setOut(out);see also the internationalization tutorial & the javadoc of the related classes....

  • Typing british pound sterling currence symbol on MacBookPro purchased in US

    I purchased my MacBookPro in the US and I am now in england and want to type a pricing sheet with prices in british pounds sterling. But, so far, I have not been able to figure out how. Can anyone help me?
    Thanks
    Pove

    You can change your 'input' source temporarily or permanently in the system preferences > International tab.
    Under Formats choose your Region for the current area and documents and that will provide correct time, date and currency and numbering.
    Under Input Menu, you can choose to keep the various input sources that you want to use in the menu bar for easy switching.
    Also, the Input Menu allows you to set the menu bar item to show various input sources that you want as options for your data and documents as well as showing the "Keyboard Viewer" and Character Palette.
    You can choose to allow different input sources for each document or one input source for all.
    You can use keyboard shortcuts to choose input or you can choose from the dropdown menu which is then set in the menubar.
    Check out the International tab options; they provide great customisation of your system.

  • Convert contents of a formatted excel cell to HTML format

    Hi All,
    Background: I am writing a script that uploads some test cases written in excel into Quality Center. For those who are familiar with the QC Excel Addin, this script would do a pretty similar job except for reducing
    the steps involved. I'm using Office 2007 running on Win 7 Pro.
    Need: I have a situation where the contents of a formatted excel cell need to be converted to HTML tags representing the same formattin in the excel cell. For example a cell containg the text: "Verify
    if help topics in Macro section are
    hyperlinked" should be converted to
    <html><b>Verify</b> if help topics in <u>Macro section</u> are <i>hyperlinked</i></html> 
    Question: Is there an inbuilt function in Excel/VBAn accomplish this? Or is a macro required? Any other ideas to accomplish this?
    Note: Whatever used for converting (an inbuilt function or a macro) should support new line characters and colors.
    Any help or redirection to solutions is appreciated.
    Thanks, John.
    --Thanks, John Jacob Tharakan

    Here is the function I wrote. This handles the conversion character by character.
    Function fnConvert2HTML(myCell As Range) As String
    Dim bldTagOn, itlTagOn, ulnTagOn, colTagOn As Boolean
    Dim i, chrCount As Integer
    Dim chrCol, chrLastCol, htmlTxt As String
    bldTagOn = False
    itlTagOn = False
    ulnTagOn = False
    colTagOn = False
    chrCol = "NONE"
    htmlTxt = "<html>"
    chrCount = myCell.Characters.Count
    For i = 1 To chrCount
    With myCell.Characters(i, 1)
    If (.Font.Color) Then
    chrCol = fnGetCol(.Font.Color)
    If Not colTagOn Then
    htmlTxt = htmlTxt & "<font color=#" & chrCol & ">"
    colTagOn = True
    Else
    If chrCol <> chrLastCol Then htmlTxt = htmlTxt & "</font><font color=#" & chrCol & ">"
    End If
    Else
    chrCol = "NONE"
    If colTagOn Then
    htmlTxt = htmlTxt & "</font>"
    colTagOn = False
    End If
    End If
    chrLastCol = chrCol
    If .Font.Bold = True Then
    If Not bldTagOn Then
    htmlTxt = htmlTxt & "<b>"
    bldTagOn = True
    End If
    Else
    If bldTagOn Then
    htmlTxt = htmlTxt & "</b>"
    bldTagOn = False
    End If
    End If
    If .Font.Italic = True Then
    If Not itlTagOn Then
    htmlTxt = htmlTxt & "<i>"
    itlTagOn = True
    End If
    Else
    If itlTagOn Then
    htmlTxt = htmlTxt & "</i>"
    itlTagOn = False
    End If
    End If
    If .Font.Underline > 0 Then
    If Not ulnTagOn Then
    htmlTxt = htmlTxt & "<u>"
    ulnTagOn = True
    End If
    Else
    If ulnTagOn Then
    htmlTxt = htmlTxt & "</u>"
    ulnTagOn = False
    End If
    End If
    If (Asc(.Text) = 10) Then
    htmlTxt = htmlTxt & "<br>"
    Else
    htmlTxt = htmlTxt & .Text
    End If
    End With
    Next
    If colTagOn Then
    htmlTxt = htmlTxt & "</font>"
    colTagOn = False
    End If
    If bldTagOn Then
    htmlTxt = htmlTxt & "</b>"
    bldTagOn = False
    End If
    If itlTagOn Then
    htmlTxt = htmlTxt & "</i>"
    itlTagOn = False
    End If
    If ulnTagOn Then
    htmlTxt = htmlTxt & "</u>"
    ulnTagOn = False
    End If
    htmlTxt = htmlTxt & "</html>"
    fnConvert2HTML = htmlTxt
    End Function
    Function fnGetCol(strCol As String) As String
    Dim rVal, gVal, bVal As String
    strCol = Right("000000" & Hex(strCol), 6)
    bVal = Left(strCol, 2)
    gVal = Mid(strCol, 3, 2)
    rVal = Right(strCol, 2)
    fnGetCol = rVal & gVal & bVal
    End Function
    --Thanks, John Jacob Tharakan

  • Excel Mac £ sign keeps reverting to $ sign on saving file even when I have formatted the cells and checked the preferences

    Excel Mac - £ sign keeps reverting to $ sign on saving even though I have formatted the cells correctly to £ and in the preferences too?

    Please can you type me a response to my question. I cannot find it http://answers.microsoft.com/en-us/mac/forum/macexcel here.
    Thank you.

  • I format a cell with a double line at the bottom and it appears until I move to another cell and the formatting is lost.

    In Numbers, I format a cell with a double line at the bottom and it appears until I clik on another cell and then it disappears.

    When you describe the "double" line are you talking about something like this?
    If so this is only selecting an edge of a cell.  You still have to select:
    1) Line style using the menu to the right of the one I have circled (currently  "Thin")
    2) Line width using the menu to the right of the previous one and, finally,
    3) the line color using the menu to the right of the previous one
    Even so I have not found a way to copy cell border formatting so I ALWAYS wait until the very end to add border formatting.

  • Format a cell in Numbers

    I select some cells, choose the format but I don't see how to apply the format.  I'm obviously missing something.

    Hi Harvey,
    What format do you want?
    After selecting the cells, Format Panel > Cell > Data Format
    Please call back if this does not help.
    Regards,
    Ian.

  • Your E-mail Address has won (Seven Hundred and Fifty Thousand Great British Pounds only) GBP750,000 in the Mozilla Firefox Online promo recently conducted. To claim the prize, contact us back for confirmation at: mozrewards011@inMail.sk ....real or scam?

    Your E-mail Address has won (Seven Hundred and Fifty Thousand Great British Pounds only) GBP750,000 in the Mozilla Firefox Online promo recently conducted. To claim the prize, contact us back for confirmation at: [email protected] ....real or scam?

    Sorry, no, it's a scam.

  • I have been give a british pound sterling gift card, and want to use it in the US.  How do I do this?

    I have been give a british pound sterling gift card, and want to use it in the US.  How do I do this?

    Sorry... but...  iTunes Gift Cards are only Valid in Country of issue.

  • HT1343 How do you replace the dollar key for the british pound

    How to you replace the dollar sign with the british pound.

    HI,
    In System Preferences > Language and Text > Input Source tab choose the British Keyboard option.
    8:28 PM      Thursday; August 29, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.4)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • How do I return a large quantity of iTunes gift cards? They are $10.00 British Pound cards.

    I have a large quantity of $10.00 British Pound iTunes gift cards. They are new in the box. I have several boxes unscratched with 50 cards per box. We purchased them for a corporate program. How do I return them or find someone to buy them?

    You will indeed need another email address, but you just then set up the account as you did your current one. You can use your daughter's gift card to set up the account. I'd suggest you give each child his/her own user account in Windows, if you haven't already. That will give them each their own iTunes library and keep each child's purchases completely separate.
    As to the existing content, once you've set up the user account for your daughter, just copy the content you want your daughter to have from your current iTunes library to a shared location (either on the computer or on removable storage such as a USB flash drive or an external hard drive), log into your daughter's user account, launch iTunes, and drag the content into the iTunes window. Then just authorize that copy of iTunes to that iTunes Store account (Store menu -> Authorize) and she'll be able to continue to play and sync that content. Log her into her own iTunes Store account for future purchases.
    Regards.

  • Help!, How do you enter British Pound/Euro symbols?

    Hi,
    I bought an american version powerbook because as an fairly apple newbie turn intermediate level mac user each key was well spelt out in words than the rather symbolic based british keyboard layout. Now funny question is does anyone know how to enter British pound and Euro symbols on an american version powerbook, cos i dont want to be copying and pasting

    £ is Option + 3
    € is Shift + Option + 2
    Also, consult Keyboard Viewer for the key commands for other commonly used characters. You can find Keyboard Viewer by clicking on the flag icon in the menu bar. To activate this menu bar item, go to System Preferences > International > Input Menu and check the box, 'Show input menu in menu bar,'
    Tuttle

  • Format Excel cell

    Hi,
    I am writing a program that will send out an email with an excel attachment. When I open the excel file, it does show the leading zeros if the value contents only digits. For example. if the plant is '0005' the file displays just '5'. Do you know how to format the cell to text field?
    I am using FM 'SO_DOCUMENT_SEND_API1' for the email sending.
    Thanks,
    Chuong

    Hi,
    If you are using OLE automation to create the excel, you should format the cell like this:
    SET PROPERTY OF cell 'NumberFormat' = '@'.
    Regards,
    Claudiu

  • Can't buy Creative Cloud in British Pounds

    My trial of CC has come to an end and I want to buy the Photography bundle.
    If I follow the process for payment, choosing British Pounds as a currency, I get redirected to a payment page, all in French with the payment in US$.
    What's going on?  I want to give you my money !!

    Hi there
    The country associated with your Adobe ID is Algeria which is why you don't see the correct options.
    I've made a change to the ID in our system so please go ahead and create a new Adobe ID with the correct country using the same email address and you should be able to sign up.
    Kind regards
    Bev

Maybe you are looking for

  • If is not null

    I could not get my VBA to work with is not null, so I did a len statement instead (But that is also not working) If the field is not null then... Private Sub Form_Load() Dim Cfilter As String Cfilter = "" Filter = "" OrderBy = "" 'On Error GoTo Matzk

  • Funds Mangement - Fund center derivation error at the time of PO/MIGO

    Hello - Generally ,If FM account assignements are available in purchase requisition , same should be carried to purchase order and to the good receipts. But I am getting an error at the time of PO or MIGO that " Fund center not derived'. Why this hap

  • Sound Designing in FCP

    I'm doing a little sound design on a small project that must stay in-house, so I do not have access to a DAW. I have to do all the mixing within FCP. I am trying to keep the mix down to 10 channels, but am still getting ignored keyframes, dropouts an

  • How do I turn off autocomplete in the browser bar?

    With the newest update for firefox, the browser bar now autocompletes website names for you. How do I turn this off? I prefer the older way where if you don't insert www. it would google it for you now, there is no way to do that. If I type firefox i

  • Re: Adobe Download Assistant error 107 help

    Jeff Wright. Day 5 after purchase and my downloading problem is still not resolved!  Not impressed and I'm out of pocket by $99!!!!  If Adobe doesn't live up to its service contract, I'm demanding my money back from the retailer.  Maybe I'll start a