Hi ,
I have no idea of what the right values are ; all I can see is that when I change my Windows region setting from English (India) to Turkish (Turkey) , the formula , which was :
=SUBSTITUTE(MID(TEXT($S3,"000,0"),COLUMN()-COLUMN($S3)+1,1),".",",")
changes to :
=SUBSTITUTE(MID(TEXT($S3;"000,0");COLUMN()-COLUMN($S3)+1;1);".";",")
The displayed values , which were :
0 , 0 8 9
0 , 0 1 8
0 , 1 0 7
change to :
0 8 9 , 1
0 1 8 , 0
1 0 7 , 1
Narayan