Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
ww
 
Posts: n/a
Default Sum numbers that include #N/A

Hi all. I am trying to sum numbers from several columns.
An example might be

Col A Col B Col C Col D Col E
1 #N/A 5 8 #N/A

Is there a way to put a sum formula in column F that
would return 14 instead of #N/A. As extra information this
is an example I have quite a few more columns just figured
this might be enough information. Thanks for any help.


  #2   Report Post  
RagDyeR
 
Posts: n/a
Default

Try this:

=SUMIF(A1:E1,"<#N/A")
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"ww" wrote in message
...
Hi all. I am trying to sum numbers from several columns.
An example might be

Col A Col B Col C Col D Col E
1 #N/A 5 8 #N/A

Is there a way to put a sum formula in column F that
would return 14 instead of #N/A. As extra information this
is an example I have quite a few more columns just figured
this might be enough information. Thanks for any help.



  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

Another way

=SUM(IF(NOT(ISNA(A1:E1)),A1:E1))

which is an array formula, so commit with Ctrl-Shift-Enter.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"RagDyeR" wrote in message
...
Try this:

=SUMIF(A1:E1,"<#N/A")
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"ww" wrote in message
...
Hi all. I am trying to sum numbers from several columns.
An example might be

Col A Col B Col C Col D Col E
1 #N/A 5 8 #N/A

Is there a way to put a sum formula in column F that
would return 14 instead of #N/A. As extra information this
is an example I have quite a few more columns just figured
this might be enough information. Thanks for any help.





  #4   Report Post  
ww
 
Posts: n/a
Default

Thanks to both of you, both ways worked great!

"Bob Phillips" wrote:

Another way

=SUM(IF(NOT(ISNA(A1:E1)),A1:E1))

which is an array formula, so commit with Ctrl-Shift-Enter.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"RagDyeR" wrote in message
...
Try this:

=SUMIF(A1:E1,"<#N/A")
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"ww" wrote in message
...
Hi all. I am trying to sum numbers from several columns.
An example might be

Col A Col B Col C Col D Col E
1 #N/A 5 8 #N/A

Is there a way to put a sum formula in column F that
would return 14 instead of #N/A. As extra information this
is an example I have quite a few more columns just figured
this might be enough information. Thanks for any help.






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Seed numbers for random number generation, uniform distribution darebo Excel Discussion (Misc queries) 3 April 21st 23 09:02 PM
Converting Numbers to Text properly Shirley Munro Excel Discussion (Misc queries) 1 February 16th 05 03:01 PM
Sorting when some numbers have a text suffix confused on the tundra Excel Discussion (Misc queries) 5 December 18th 04 10:19 PM
Sorting imported "numbers" Confused on the tundra Excel Discussion (Misc queries) 5 December 17th 04 07:33 PM
finding common numbers in large lists Jenn Excel Worksheet Functions 1 November 11th 04 07:42 PM


All times are GMT +1. The time now is 10:42 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"