Share via

Excel sum function w/ footage numbers.

Anonymous
2019-02-06T17:52:01+00:00

Is there a way to sum footage numbers? Such as 12'+ 12'+++ in a column that also has multiple empty cells.

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2019-02-07T03:02:49+00:00

Assuming your data range is A2:A10, then give this array formula to get results.

=SUM(IF(A2:A10="",0,LEFT(A2:A10,LEN(A2:A10)-1)*1))

Array formula is entered by pressing CTRL+Shift+Enter all simultaneously.

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

Answer accepted by question author

Anonymous
2019-02-07T05:39:56+00:00

Hi,

try this ,Enter below formula ,Press Ctrl+Shift+Enter , instead of EnterĀ 

=SUMPRODUCT(IFERROR(SUBSTITUTE(A2:A10,"'","")+0,0))

Hope it helps

Regards

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2019-02-06T22:28:27+00:00

    An example of what you have and what you would expect from the example would be useful in helping you.

    12/2 Wire
    12'
    12'
    12'
    12'
    12'
    =total footage

    Thanks for taking a look Bernie.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2019-02-06T19:21:13+00:00

    An example of what you have and what you would expect from the example would be useful in helping you.

    Was this answer helpful?

    0 comments No comments