Home |
Search |
Today's Posts |
#5
![]() |
|||
|
|||
![]()
Bob Phillips wrote...
.... You could always force it =MOD(SUMPRODUCT(--(MID(TEXT(A1,"0000000000000"),ROW(INDIRECT("1:12") ),1)), ROW(INDIRECT("1:12"))),9) Why not just treat it as a number in the first place? =MOD(SUMPRODUCT(INT(A1/10^{1;2;3;4;5;6;7;8;9;10;11;12}) -10*INT(A1/10^{2;3;4;5;6;7;8;9;10;11;12;13}), {12;11;10;9;8;7;6;5;4;3;2;1}),9) This is lots longer, but if you name the array something like ARRAY, it becomes =MOD(SUMPRODUCT(INT(A1/10^ARRAY)-10*INT(A1/10^(1+ARRAY)),13-ARRAY),9) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Complicated Challenge | Excel Discussion (Misc queries) | |||
A Challenge | Excel Worksheet Functions | |||
MATCH FUNCTION?...challenge | Excel Worksheet Functions | |||
Comparison Challenge | Excel Discussion (Misc queries) | |||
Divide Ranks into two teams (mathematical guru challenge) | Excel Discussion (Misc queries) |