LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 52
Default Really strange issue with simple formula

I have a formula I've successfully used in a spreadsheet for over seven
years in the USA (spanning multiple users and Excel versions). A group
in Belgium is now trying to use it, and getting an "Error in formula"
error. They have the exact same computer set up we use (Excel 2003),
yet the formula doesn't work over there. They have tried on several
machines.

Anyone know why this might be? Or any debugging strategies? Any insight
or guesses at all?

Details...

Where SerArea is named dynamic named range in column A.
Where LetIdNum is a named cell (value is "D")

The variable syntax is this:

=COUNTIF(SerArea,INDIRECT(LetIdNum&ROW()))1

That gets the error when entering it ONLY in Belgium.

Without variables, it would evaluate to this simple syntax:

=COUNTIF(A1:A18,D2)1

Funny thing, when entered in that simple format in Belgium, it WORKS.

Then, in Belgium, we replace a constant for a variable and it still
works:

=COUNTIF(A1:A18,INDIRECT(LetIdNum&ROW()))1

Then, in Belgium, we replace the last constant to a variable and it
still works:

=COUNTIF(SerArea,INDIRECT(LetIdNum&ROW()))1

Guess what? NOW, it's been edited back to the original syntax it
refused to accept before. It threw an error when we put it in directly
like that, but when we put it in as simple syntax and then edit it to
this it works. Is that crazy or what?

Any helpful comments would be great because I need the variable version
of the syntax to work like it has here in the States for so many years.

Thanks,
Chuck

 
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
formula issue AlienBeans Excel Discussion (Misc queries) 7 May 30th 06 04:47 AM
Simple Excel Formula Help robert145 New Users to Excel 7 March 17th 06 04:32 PM
Strange behavior in INDEX(..., MIN(...)) - array formula vezerid Excel Discussion (Misc queries) 2 February 21st 06 11:56 AM
simple formula Brian Excel Worksheet Functions 7 June 17th 05 04:45 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM


All times are GMT +1. The time now is 11:19 PM.

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"