PC Review


Reply
Thread Tools Rate Thread

Array formulas change outcome on a German computer?

 
 
Jay Weiss
Guest
Posts: n/a
 
      18th Sep 2007
Hi,

Okay, this is a strange one. I have a worksheet that uses an array
formula to sort values in another sheet and retrieve them in their
sorted order. So far, so good.

The weird thing is, this works fine on computers in our offices
everywhere but in Germany, where it breaks. No one can seem to figure
this out.

Does anyone have any idea how this might be happening, aside from
individual computers being screwed up?

Thanks...

....Jay

 
Reply With Quote
 
 
 
 
Peo Sjoblom
Guest
Posts: n/a
 
      18th Sep 2007
Post the formula?


--


Regards,


Peo Sjoblom




"Jay Weiss" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> Okay, this is a strange one. I have a worksheet that uses an array
> formula to sort values in another sheet and retrieve them in their
> sorted order. So far, so good.
>
> The weird thing is, this works fine on computers in our offices
> everywhere but in Germany, where it breaks. No one can seem to figure
> this out.
>
> Does anyone have any idea how this might be happening, aside from
> individual computers being screwed up?
>
> Thanks...
>
> ...Jay
>



 
Reply With Quote
 
Jay Weiss
Guest
Posts: n/a
 
      18th Sep 2007
Hi Peo,

The contents of the array formula are as follows:
=IF(VALUE(MID(TRANSPOSE(LARGE(VALUE(Exec_Code),COLUMN(INDIRECT("1:"&COLUMNS(Exec_Code))))),
2,2))>0,
VALUE(TRANSPOSE(LARGE(VALUE(Exec_Code),COLUMN(INDIRECT("1:"&COLUMNS(Exec_Code)))))),"")

Exec_Code is a named range for a row in which every cell contains a
five-digit value.

Thanks for your (and anyone else's) help!

....Jay

 
Reply With Quote
 
Peo Sjoblom
Guest
Posts: n/a
 
      18th Sep 2007
That formula in German is

=WENN(WERT(TEIL(MTRANS(KGRÖSSTE(WERT(Exec_Code);SPALTE(INDIREKT("1:"&SPALTEN(Exec_Code)))));2;2))>0;WERT(MTRANS(KGRÖSSTE(WERT(Exec_Code);SPALTE(INDIREKT("1:"&SPALTEN(Exec_Code))))));"")


Tell them to check if that works and also when you say breaks what does it
mean?


Here is an alternative where you array enter the formula in a single cell
and copy it down until you get blank cells

=IF(ROWS(A$1:A1)<=SUM(N(Exec_Code<>"")),INDEX(Exec_Code,MATCH(LARGE(COUNTIF(Exec_Code,"<="&Exec_Code),
SUM(N(Exec_Code=""))+ROWS($A$1:A1)),COUNTIF(Exec_Code,"<="&Exec_Code),0)),"")

will sort NUMERIC values in descending order so if your values in Exce_Code
are text numbers it will fail



--


Regards,


Peo Sjoblom






"Jay Weiss" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Peo,
>
> The contents of the array formula are as follows:
> =IF(VALUE(MID(TRANSPOSE(LARGE(VALUE(Exec_Code),COLUMN(INDIRECT("1:"&COLUMNS(Exec_Code))))),
> 2,2))>0,
> VALUE(TRANSPOSE(LARGE(VALUE(Exec_Code),COLUMN(INDIRECT("1:"&COLUMNS(Exec_Code)))))),"")
>
> Exec_Code is a named range for a row in which every cell contains a
> five-digit value.
>
> Thanks for your (and anyone else's) help!
>
> ...Jay
>



 
Reply With Quote
 
Peo Sjoblom
Guest
Posts: n/a
 
      18th Sep 2007
> =IF(ROWS(A$1:A1)<=SUM(N(Exec_Code<>"")),INDEX(Exec_Code,MATCH(LARGE(COUNTIF(Exec_Code,"<="&Exec_Code),
> SUM(N(Exec_Code=""))+ROWS($A$1:A1)),COUNTIF(Exec_Code,"<="&Exec_Code),0)),"")
>
> will sort NUMERIC values in descending order so if your values in
> Exce_Code are text numbers it will fail



Actually it will sort text as well (abc, gft etc) unless they are text
numbers


Peo


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
this formulas is in English ... what is it in German? =?Utf-8?B?QW5kcmV3c2Fu?= Microsoft Excel Misc 8 4th Jul 2007 10:56 AM
German translation for english formulas =?Utf-8?B?RXN0eWw=?= Microsoft Excel Misc 2 30th May 2007 12:58 PM
how can i change the color of a cell depending on the outcome of . =?Utf-8?B?RGlvbg==?= Microsoft Excel Worksheet Functions 1 21st Oct 2004 09:36 AM
change into array formulas Mary Microsoft Excel Misc 1 13th Oct 2004 10:25 PM
formulas from german -> english S R Microsoft Excel Misc 1 10th Oct 2003 05:12 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:35 PM.