Thread: WEIRD QUESTION
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Louise Louise is offline
external usenet poster
 
Posts: 217
Default WEIRD QUESTION

Dave:

I will try this also. The 7 is just a # that the St of CA added???

thank you
Louise

"Dave Peterson" wrote:

Bob Phillips just posted this in response to a very similar question:

=SUMPRODUCT(--(MID(SUBSTITUTE(A1,".",""),
ROW(INDIRECT("1:"&LEN(SUBSTITUTE(A1,".","")))),1)) )

I'm not sure where the 7 comes from, though.

If it's the number of digits in that value, you could include this:
-LEN(TEXT(100*A1,"0"))
at the end.


Louise wrote:

I have to calc every mth for the State of calif the following. you know how
govn offices are?????

if the amount is 56,995.87 I have to calc the following

5+6+9+9+5+8+7 = 49 + 7 =63

h=the $56K number varies every time it is calc. I have been using
spreadsheets since lotus 1A but I am at a loss on how to do this. Is anyone
up for this?

Don't you just love government offices.

Louise


--

Dave Peterson