+ Reply to Thread
Results 1 to 7 of 7

another language in MS office at home and another at work

Hybrid View

  1. #1
    milazalu
    Guest

    another language in MS office at home and another at work

    Hey,

    I live in not english speeking country, and I use at work MS Excel (2000) in
    english, at home I have a naturalized version of the software for my country,
    means Czech. Its pretty problem to use most functions, because I know them
    only in english.
    e.g.: function "if" is in my home version "jestlize", "vlookup" =
    "hledejkdyz" etc...

    Do you know, if exist some dictionery or am I able to write english function
    into the czech MS office 2003?

    thanks in advice for your help!

  2. #2
    Bob Phillips
    Guest

    Re: another language in MS office at home and another at work

    I am afraid I don't know of any resources that identify Czech function
    names. But ...

    Enter the formula in VBA, in English and it will translate it for you.

    So for example, type this in the immediate window

    Activecell.Formula =
    "=IF(SUM(A1:A10)>10,VLOOKUP(A1,M1:N10,2,False),COUNTIF(A:A,"Bob"))

    and see what you get in the worksheet.

    Neat or what?

    --
    HTH

    Bob Phillips

    "milazalu" <milazalu@discussions.microsoft.com> wrote in message
    news:90AA305E-8EE5-40F0-8ED9-CC4F3ACC896A@microsoft.com...
    > Hey,
    >
    > I live in not english speeking country, and I use at work MS Excel (2000)

    in
    > english, at home I have a naturalized version of the software for my

    country,
    > means Czech. Its pretty problem to use most functions, because I know them
    > only in english.
    > e.g.: function "if" is in my home version "jestlize", "vlookup" =
    > "hledejkdyz" etc...
    >
    > Do you know, if exist some dictionery or am I able to write english

    function
    > into the czech MS office 2003?
    >
    > thanks in advice for your help!




  3. #3
    Bob Phillips
    Guest

    Re: another language in MS office at home and another at work

    I am afraid I don't know of any resources that identify Czech function
    names. But ...

    Enter the formula in VBA, in English and it will translate it for you.

    So for example, type this in the immediate window

    Activecell.Formula =
    "=IF(SUM(A1:A10)>10,VLOOKUP(A1,M1:N10,2,False),COUNTIF(A:A,"Bob"))

    and see what you get in the worksheet.

    Neat or what?

    --
    HTH

    Bob Phillips

    "milazalu" <milazalu@discussions.microsoft.com> wrote in message
    news:90AA305E-8EE5-40F0-8ED9-CC4F3ACC896A@microsoft.com...
    > Hey,
    >
    > I live in not english speeking country, and I use at work MS Excel (2000)

    in
    > english, at home I have a naturalized version of the software for my

    country,
    > means Czech. Its pretty problem to use most functions, because I know them
    > only in english.
    > e.g.: function "if" is in my home version "jestlize", "vlookup" =
    > "hledejkdyz" etc...
    >
    > Do you know, if exist some dictionery or am I able to write english

    function
    > into the czech MS office 2003?
    >
    > thanks in advice for your help!




  4. #4
    milazalu
    Guest

    Re: another language in MS office at home and another at work

    thx Bob,
    I´ll try it tomorrow!
    cheers

    Bob Phillips pÃ*Å¡e:

    > I am afraid I don't know of any resources that identify Czech function
    > names. But ...
    >
    > Enter the formula in VBA, in English and it will translate it for you.
    >
    > So for example, type this in the immediate window
    >
    > Activecell.Formula =
    > "=IF(SUM(A1:A10)>10,VLOOKUP(A1,M1:N10,2,False),COUNTIF(A:A,"Bob"))
    >
    > and see what you get in the worksheet.
    >
    > Neat or what?
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "milazalu" <milazalu@discussions.microsoft.com> wrote in message
    > news:90AA305E-8EE5-40F0-8ED9-CC4F3ACC896A@microsoft.com...
    > > Hey,
    > >
    > > I live in not english speeking country, and I use at work MS Excel (2000)

    > in
    > > english, at home I have a naturalized version of the software for my

    > country,
    > > means Czech. Its pretty problem to use most functions, because I know them
    > > only in english.
    > > e.g.: function "if" is in my home version "jestlize", "vlookup" =
    > > "hledejkdyz" etc...
    > >
    > > Do you know, if exist some dictionery or am I able to write english

    > function
    > > into the czech MS office 2003?
    > >
    > > thanks in advice for your help!

    >
    >
    >


  5. #5
    milazalu
    Guest

    Re: another language in MS office at home and another at work

    thx Bob,
    I´ll try it tomorrow!
    cheers

    Bob Phillips pÃ*Å¡e:

    > I am afraid I don't know of any resources that identify Czech function
    > names. But ...
    >
    > Enter the formula in VBA, in English and it will translate it for you.
    >
    > So for example, type this in the immediate window
    >
    > Activecell.Formula =
    > "=IF(SUM(A1:A10)>10,VLOOKUP(A1,M1:N10,2,False),COUNTIF(A:A,"Bob"))
    >
    > and see what you get in the worksheet.
    >
    > Neat or what?
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "milazalu" <milazalu@discussions.microsoft.com> wrote in message
    > news:90AA305E-8EE5-40F0-8ED9-CC4F3ACC896A@microsoft.com...
    > > Hey,
    > >
    > > I live in not english speeking country, and I use at work MS Excel (2000)

    > in
    > > english, at home I have a naturalized version of the software for my

    > country,
    > > means Czech. Its pretty problem to use most functions, because I know them
    > > only in english.
    > > e.g.: function "if" is in my home version "jestlize", "vlookup" =
    > > "hledejkdyz" etc...
    > >
    > > Do you know, if exist some dictionery or am I able to write english

    > function
    > > into the czech MS office 2003?
    > >
    > > thanks in advice for your help!

    >
    >
    >


  6. #6
    milazalu
    Guest

    Re: another language in MS office at home and another at work

    thx Bob,
    I´ll try it tomorrow!
    cheers

    Bob Phillips pÃ*Å¡e:

    > I am afraid I don't know of any resources that identify Czech function
    > names. But ...
    >
    > Enter the formula in VBA, in English and it will translate it for you.
    >
    > So for example, type this in the immediate window
    >
    > Activecell.Formula =
    > "=IF(SUM(A1:A10)>10,VLOOKUP(A1,M1:N10,2,False),COUNTIF(A:A,"Bob"))
    >
    > and see what you get in the worksheet.
    >
    > Neat or what?
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "milazalu" <milazalu@discussions.microsoft.com> wrote in message
    > news:90AA305E-8EE5-40F0-8ED9-CC4F3ACC896A@microsoft.com...
    > > Hey,
    > >
    > > I live in not english speeking country, and I use at work MS Excel (2000)

    > in
    > > english, at home I have a naturalized version of the software for my

    > country,
    > > means Czech. Its pretty problem to use most functions, because I know them
    > > only in english.
    > > e.g.: function "if" is in my home version "jestlize", "vlookup" =
    > > "hledejkdyz" etc...
    > >
    > > Do you know, if exist some dictionery or am I able to write english

    > function
    > > into the czech MS office 2003?
    > >
    > > thanks in advice for your help!

    >
    >
    >


  7. #7
    Bob Phillips
    Guest

    Re: another language in MS office at home and another at work

    I am afraid I don't know of any resources that identify Czech function
    names. But ...

    Enter the formula in VBA, in English and it will translate it for you.

    So for example, type this in the immediate window

    Activecell.Formula =
    "=IF(SUM(A1:A10)>10,VLOOKUP(A1,M1:N10,2,False),COUNTIF(A:A,"Bob"))

    and see what you get in the worksheet.

    Neat or what?

    --
    HTH

    Bob Phillips

    "milazalu" <milazalu@discussions.microsoft.com> wrote in message
    news:90AA305E-8EE5-40F0-8ED9-CC4F3ACC896A@microsoft.com...
    > Hey,
    >
    > I live in not english speeking country, and I use at work MS Excel (2000)

    in
    > english, at home I have a naturalized version of the software for my

    country,
    > means Czech. Its pretty problem to use most functions, because I know them
    > only in english.
    > e.g.: function "if" is in my home version "jestlize", "vlookup" =
    > "hledejkdyz" etc...
    >
    > Do you know, if exist some dictionery or am I able to write english

    function
    > into the czech MS office 2003?
    >
    > thanks in advice for your help!




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1