Dank allen voor de reacties! Ik ga ze allemaal even testen.... /Rob
>----Origineel Bericht---- >Van : [email protected] >Datum : 10/07/2018 12:09 >Aan : [email protected], [email protected] >Onderwerp : RE: [nl-users] Calc convert string bedrag naar UK/US nummer formaat > >Rob, > >Dat doe je met stringfuncties: >FIND(".";"1.234,5";1) geeft je de positie van de punt >REPLACE laat je de punt vervagen door niets ("") >analoog voor komma die je wilt vervangen door punt >en VALUE zet string om in getal. > >Ik hoop dat je aan deze supercompacte tips genoeg hebt... > >Winfried > > >> -----Oorspronkelijk bericht----- >> Van: Rob Westein <[email protected]> >> Verzonden: dinsdag 10 juli 2018 11:36 >> Aan: [email protected] >> Onderwerp: [nl-users] Calc convert string bedrag naar UK/US nummer formaat >> >> Ik moet een externe prijslijst inlezen in Calc, de prijslijst is gekopieerd >> vanaf een PDF. >> de bedragen in de prijslijst worden als string in Calc weergegeven vb >> 4.784,45 >> Nu gebruiken wij de US/UK nummernotatie. (decimale comma wordt een punt en >> digit grouping punt word een comma dus: 4,784.45 >> Hoe kan ik dit via functie(s) omzetten naar de door ons gebruikte nummer >> format? weet het ff niet... >> /Rob >> >> >> -- >> Unsubscribe instructions: E-mail to [email protected] >> Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette >> List archive: https://listarchives.libreoffice.org/nl/users/ >> Privacy Policy: https://www.documentfoundation.org/privacy > >-- >Unsubscribe instructions: E-mail to [email protected] >Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette >List archive: https://listarchives.libreoffice.org/nl/users/ >Privacy Policy: https://www.documentfoundation.org/privacy > -- Unsubscribe instructions: E-mail to [email protected] Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette List archive: https://listarchives.libreoffice.org/nl/users/ Privacy Policy: https://www.documentfoundation.org/privacy
