Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
For your info John, it uses the length of the cell to pass to INDIRECT,
which is passed to ROIW, ROW(INDIRECT("1:"&LEN(A1)), which creates an array of 1:n, where n is the length of A1. this is effectively used to extra each digit of A1 (MID(A1,{1,2,...,n},1), in an array, which SP sums. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "John Michl" wrote in message oups.com... Bob - this was exactly what I was looking for. I'm a big user of SUMPRODUCT but never would have thought about using it this way. Still not completely sure how it works but it does produce the correct results. Thanks! - John |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
maximum number size/significant digits | Excel Discussion (Misc queries) | |||
Mistery digits on excel | Excel Discussion (Misc queries) | |||
excel floating digits error | Excel Discussion (Misc queries) | |||
Mod 10 & 11 | Excel Worksheet Functions | |||
Least number of digits in Y-axis labels | Charts and Charting in Excel |