Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 67
Default Indirect function with national language

Hi,

I read in a post on this site (by Niek Otten in July 2009)that we can have
problem with the Indirect function in Excel when we work with people with
other languages.

My collegue work with Excel 2003 in English and when he use the Indirect
function, he don't have any error. If I open the same file on the network in
Excel 2003 in French, I see #Ref! error?

Can I modify something to don't see the error?

I have already change my regional setting to English and I don't have any
more idea

I am using Windows XP SP3 in French with Excel 2003 SP3 in French. My
collegue is working with Windows XP SP3 in English with Excel 2003 SP3 in
English.

Thanks,
Catherine

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Indirect function with national language

You should post the Indirect formula!
--
Regards!
Stefi



€˛catherine€¯ ezt Ć*rta:

Hi,

I read in a post on this site (by Niek Otten in July 2009)that we can have
problem with the Indirect function in Excel when we work with people with
other languages.

My collegue work with Excel 2003 in English and when he use the Indirect
function, he don't have any error. If I open the same file on the network in
Excel 2003 in French, I see #Ref! error?

Can I modify something to don't see the error?

I have already change my regional setting to English and I don't have any
more idea

I am using Windows XP SP3 in French with Excel 2003 SP3 in French. My
collegue is working with Windows XP SP3 in English with Excel 2003 SP3 in
English.

Thanks,
Catherine

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Indirect function with national language

Hi Stefi

This is the formula

=SUM(INDIRECT(+("R5C"&COLUMN(INDEX(AA9:CB9,MATCH(9 .99999999999999E+307,AA9:CB9)))&":R5C")&COLUMN(IND EX(AA9:CB9,MATCH(9.99999999999999E+307,AA9:CB9))), FALSE))

When in Evaluate the formula (before the error in French) it's giving me
SUM(INDIRECT(R5C45:R5C45",FALSE))

If you need more information, let me know

Thanks for you help
"Stefi" a Ć©crit dans le message de
...
You should post the Indirect formula!
--
Regards!
Stefi



€˛catherine€¯ ezt Ć*rta:

Hi,

I read in a post on this site (by Niek Otten in July 2009)that we can
have
problem with the Indirect function in Excel when we work with people with
other languages.

My collegue work with Excel 2003 in English and when he use the Indirect
function, he don't have any error. If I open the same file on the
network in
Excel 2003 in French, I see #Ref! error?

Can I modify something to don't see the error?

I have already change my regional setting to English and I don't have any
more idea

I am using Windows XP SP3 in French with Excel 2003 SP3 in French. My
collegue is working with Windows XP SP3 in English with Excel 2003 SP3 in
English.

Thanks,
Catherine


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Indirect function with national language

Hi Stefi,

The formula give return a date. The format of the date is [$-1009]d/mmm;@.
If I change it to General category, I have the error too in French. If I
change 1009 for 0c0c (French Canada), I have the error in French. If I
change my regional options to English Canada, I have the error.

I tried to do a find and replace of the Indirect function (solution propose
by Microsoft to solve the ATP function error), and I have the error message
in French.

Thanks
Catherine

"Stefi" a Ć©crit dans le message de
...
You should post the Indirect formula!
--
Regards!
Stefi



€˛catherine€¯ ezt Ć*rta:

Hi,

I read in a post on this site (by Niek Otten in July 2009)that we can
have
problem with the Indirect function in Excel when we work with people with
other languages.

My collegue work with Excel 2003 in English and when he use the Indirect
function, he don't have any error. If I open the same file on the
network in
Excel 2003 in French, I see #Ref! error?

Can I modify something to don't see the error?

I have already change my regional setting to English and I don't have any
more idea

I am using Windows XP SP3 in French with Excel 2003 SP3 in French. My
collegue is working with Windows XP SP3 in English with Excel 2003 SP3 in
English.

Thanks,
Catherine


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Indirect function with national language

The formula uses R1C1 reference style. Unfortunately these letters (R for
row, C for column) have been translated into their national language
equivalents, check it ToolsOptionsGeneral tab, check box caption in top
left corner. Replace R's and C's in "R5C" parts of the formula by their
national language equivalents, or rather both of you should use the formula
below, it gives the same result but independent on national languages:

=INDIRECT(ADDRESS(5,COLUMN(INDEX(AA9:CB9,MATCH(9.9 9999999999999E+307,AA9:CB9))),4,1))

--
Regards!
Stefi



€˛Catherine€¯ ezt Ć*rta:

Hi Stefi

This is the formula

=SUM(INDIRECT(+("R5C"&COLUMN(INDEX(AA9:CB9,MATCH(9 .99999999999999E+307,AA9:CB9)))&":R5C")&COLUMN(IND EX(AA9:CB9,MATCH(9.99999999999999E+307,AA9:CB9))), FALSE))

When in Evaluate the formula (before the error in French) it's giving me
SUM(INDIRECT(R5C45:R5C45",FALSE))

If you need more information, let me know

Thanks for you help
"Stefi" a Ć©crit dans le message de
...
You should post the Indirect formula!
--
Regards!
Stefi



€˛catherine€¯ ezt Ć*rta:

Hi,

I read in a post on this site (by Niek Otten in July 2009)that we can
have
problem with the Indirect function in Excel when we work with people with
other languages.

My collegue work with Excel 2003 in English and when he use the Indirect
function, he don't have any error. If I open the same file on the
network in
Excel 2003 in French, I see #Ref! error?

Can I modify something to don't see the error?

I have already change my regional setting to English and I don't have any
more idea

I am using Windows XP SP3 in French with Excel 2003 SP3 in French. My
collegue is working with Windows XP SP3 in English with Excel 2003 SP3 in
English.

Thanks,
Catherine




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Indirect function with national language

You may want to read Ron de Bruin's site:
http://www.rondebruin.nl/international.htm

catherine wrote:

Hi,

I read in a post on this site (by Niek Otten in July 2009)that we can have
problem with the Indirect function in Excel when we work with people with
other languages.

My collegue work with Excel 2003 in English and when he use the Indirect
function, he don't have any error. If I open the same file on the network in
Excel 2003 in French, I see #Ref! error?

Can I modify something to don't see the error?

I have already change my regional setting to English and I don't have any
more idea

I am using Windows XP SP3 in French with Excel 2003 SP3 in French. My
collegue is working with Windows XP SP3 in English with Excel 2003 SP3 in
English.

Thanks,
Catherine


--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 67
Default Indirect function with national language

Hi Stefi,

You are right, I didn't think to that. I will suggest you new formula to
don't have to change the original one at each time

Many thanks

"Stefi" wrote:

The formula uses R1C1 reference style. Unfortunately these letters (R for
row, C for column) have been translated into their national language
equivalents, check it ToolsOptionsGeneral tab, check box caption in top
left corner. Replace R's and C's in "R5C" parts of the formula by their
national language equivalents, or rather both of you should use the formula
below, it gives the same result but independent on national languages:

=INDIRECT(ADDRESS(5,COLUMN(INDEX(AA9:CB9,MATCH(9.9 9999999999999E+307,AA9:CB9))),4,1))

--
Regards!
Stefi



€˛Catherine€¯ ezt Ć*rta:

Hi Stefi

This is the formula

=SUM(INDIRECT(+("R5C"&COLUMN(INDEX(AA9:CB9,MATCH(9 .99999999999999E+307,AA9:CB9)))&":R5C")&COLUMN(IND EX(AA9:CB9,MATCH(9.99999999999999E+307,AA9:CB9))), FALSE))

When in Evaluate the formula (before the error in French) it's giving me
SUM(INDIRECT(R5C45:R5C45",FALSE))

If you need more information, let me know

Thanks for you help
"Stefi" a Ć©crit dans le message de
...
You should post the Indirect formula!
--
Regards!
Stefi



€˛catherine€¯ ezt Ć*rta:

Hi,

I read in a post on this site (by Niek Otten in July 2009)that we can
have
problem with the Indirect function in Excel when we work with people with
other languages.

My collegue work with Excel 2003 in English and when he use the Indirect
function, he don't have any error. If I open the same file on the
network in
Excel 2003 in French, I see #Ref! error?

Can I modify something to don't see the error?

I have already change my regional setting to English and I don't have any
more idea

I am using Windows XP SP3 in French with Excel 2003 SP3 in French. My
collegue is working with Windows XP SP3 in English with Excel 2003 SP3 in
English.

Thanks,
Catherine


  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Indirect function with national language

You are welcome! Thanks for the feedback!
Clicking the YES button will be appreciated.

--
Regards!
Stefi



€˛catherine€¯ ezt Ć*rta:

Hi Stefi,

You are right, I didn't think to that. I will suggest you new formula to
don't have to change the original one at each time

Many thanks

"Stefi" wrote:

The formula uses R1C1 reference style. Unfortunately these letters (R for
row, C for column) have been translated into their national language
equivalents, check it ToolsOptionsGeneral tab, check box caption in top
left corner. Replace R's and C's in "R5C" parts of the formula by their
national language equivalents, or rather both of you should use the formula
below, it gives the same result but independent on national languages:

=INDIRECT(ADDRESS(5,COLUMN(INDEX(AA9:CB9,MATCH(9.9 9999999999999E+307,AA9:CB9))),4,1))

--
Regards!
Stefi



€˛Catherine€¯ ezt Ć*rta:

Hi Stefi

This is the formula

=SUM(INDIRECT(+("R5C"&COLUMN(INDEX(AA9:CB9,MATCH(9 .99999999999999E+307,AA9:CB9)))&":R5C")&COLUMN(IND EX(AA9:CB9,MATCH(9.99999999999999E+307,AA9:CB9))), FALSE))

When in Evaluate the formula (before the error in French) it's giving me
SUM(INDIRECT(R5C45:R5C45",FALSE))

If you need more information, let me know

Thanks for you help
"Stefi" a Ć©crit dans le message de
...
You should post the Indirect formula!
--
Regards!
Stefi



€˛catherine€¯ ezt Ć*rta:

Hi,

I read in a post on this site (by Niek Otten in July 2009)that we can
have
problem with the Indirect function in Excel when we work with people with
other languages.

My collegue work with Excel 2003 in English and when he use the Indirect
function, he don't have any error. If I open the same file on the
network in
Excel 2003 in French, I see #Ref! error?

Can I modify something to don't see the error?

I have already change my regional setting to English and I don't have any
more idea

I am using Windows XP SP3 in French with Excel 2003 SP3 in French. My
collegue is working with Windows XP SP3 in English with Excel 2003 SP3 in
English.

Thanks,
Catherine


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
National language function names Stefi Excel Worksheet Functions 2 July 20th 09 02:49 PM
date format code in national language version Stefi Excel Discussion (Misc queries) 4 July 21st 08 09:18 AM
How to change German language data into Eglish Language in a colum Execel work sheet language problems Excel Discussion (Misc queries) 1 October 29th 07 09:59 PM
Add-in function - language Johannes Excel Worksheet Functions 3 October 25th 06 11:44 PM
language support in excel sheet using a third party language tool seema Excel Worksheet Functions 0 March 13th 06 06:06 AM


All times are GMT +1. The time now is 09:35 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"