by Anonymous on July 29th, 2009

Anonymous

Question

Help answer this question below.

How do i sum figures in a table in micrcosoft word if there are some cells that have characters inside. e.g. 4days, 7days or some cells are all words e.g depending on availability. How to sum these figures up, because the end sum appears as zero.

  • Like
  • Report

Answers. 1 helpful answer below.

  • by Brian I on August 17th, 2009

    Brian I

    You can only sum numbers, so you will have to come up with a system that has only numbers in the column to be summed. For example, you could have the numbers in one column and the text in an adjacent column.

    If ALL of your entries start with a single figure between 1 and 9 you could use the LEFT function to copy that figure into a different column and then sum those figures. Using something like this will strip out the single number:
    =VALUE(LEFT(A1,1))

    Copy that down as far as you need and you will be able to use the SUM function to add them up.

Want to attach an image to your answer? Click here.

Did this answer your question? If not, then ask a new question or create a poll.

You're reading How do i sum figures in a table in micrcosoft word if there are some cells that have characters inside. e.g. 4days, 7days or some cells are all words e.g depending on availability. How to sum these figures up, because the end sum appears as zero.

Follow us on Facebook!

Related Ads