ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   #VALUE when trying to sum numbers (https://www.excelbanter.com/excel-programming/392398-value-when-trying-sum-numbers.html)

Mo

#VALUE when trying to sum numbers
 
I am trying to add numbers from the same worksheet using the below:
=N55:N69+N81+N83:N97. I keep getting # Value message. It is important to
note that N81 in the above formula is a sum formula =SUM(N71:N80); is that
the reason I can't get them to add? I've tried using the SUM formula for the
above but receive the same result.

help!!!!!!


--
Thank you for your help
MO
Albany, NY

Vasant Nanavati

#VALUE when trying to sum numbers
 
You probably want:

=SUM(N55:N69)+N81+SUM(N83:N97)

__________________________________________________ _____________________

"MO" wrote in message
...
I am trying to add numbers from the same worksheet using the below:
=N55:N69+N81+N83:N97. I keep getting # Value message. It is important to
note that N81 in the above formula is a sum formula =SUM(N71:N80); is that
the reason I can't get them to add? I've tried using the SUM formula for
the
above but receive the same result.

help!!!!!!


--
Thank you for your help
MO
Albany, NY




Jim Thomlinson

#VALUE when trying to sum numbers
 
Since you have multicell ranges you need to sue the sum formula wit commas to
delimit the different ranges.

=SUM(N55:N69, N81, N83:N97)
--
HTH...

Jim Thomlinson


"MO" wrote:

I am trying to add numbers from the same worksheet using the below:
=N55:N69+N81+N83:N97. I keep getting # Value message. It is important to
note that N81 in the above formula is a sum formula =SUM(N71:N80); is that
the reason I can't get them to add? I've tried using the SUM formula for the
above but receive the same result.

help!!!!!!


--
Thank you for your help
MO
Albany, NY


Mo

#VALUE when trying to sum numbers
 
Jim,
You are the best. I've been pulling my hair out for nearly two days on
this. Thank you so much for your help!
--
MO
Albany, NY


"Jim Thomlinson" wrote:

Since you have multicell ranges you need to sue the sum formula wit commas to
delimit the different ranges.

=SUM(N55:N69, N81, N83:N97)
--
HTH...

Jim Thomlinson


"MO" wrote:

I am trying to add numbers from the same worksheet using the below:
=N55:N69+N81+N83:N97. I keep getting # Value message. It is important to
note that N81 in the above formula is a sum formula =SUM(N71:N80); is that
the reason I can't get them to add? I've tried using the SUM formula for the
above but receive the same result.

help!!!!!!


--
Thank you for your help
MO
Albany, NY



All times are GMT +1. The time now is 10:39 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com