Don't know if I understand exactly what you're asking.
To sum a column and return a maximum total of 9:
=MIN(SUM(D1

10),9)
Now, a formula *can't* "move" or "push" data to another cell, but it can
"take" or "pull" data, so enter a formula in the cell to the left to "pull"
the values in excess of 9:
=(SUM(D1

10)>9)*(SUM(D1

10)-9)
Is that what you're looking for?
--
HTH,
RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================
If i summerize a line of cells, say it equals a total of 34. that cell needs
to calculate the number between 0 & 9 and the remainder should be moved to
the next cell to hte left. Please advise.