#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default AutoSum and text

I'm using Excel 2003 and I want to add a column of 20 cells. The cells have
the value of 0, 3, 5 or n/a. Can I just use AutoSum and it will ignore the
n/a but total the numbers correctly?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default AutoSum and text


You'll need to use Sumif()

e.g

=SUMIF(F1:F6,"<#N/A",F1:F6)

where F1:F6 is your range of cells to sum.


--
NBVC

Where there is a will there are many ways.
'The Code Cage' (http;//www.thecodecage.com)
------------------------------------------------------------------------
NBVC's Profile: http://www.thecodecage.com/forumz/member.php?userid=74
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=113302

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default AutoSum and text

Hi,
try

=SUMIF(C5:C7,"<#DIV/0!")

change range to fit your needs

"SueG" wrote:

I'm using Excel 2003 and I want to add a column of 20 cells. The cells have
the value of 0, 3, 5 or n/a. Can I just use AutoSum and it will ignore the
n/a but total the numbers correctly?

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default AutoSum and text

Opps use

=SUMIF(C5:C7,"<#N/A")

"SueG" wrote:

I'm using Excel 2003 and I want to add a column of 20 cells. The cells have
the value of 0, 3, 5 or n/a. Can I just use AutoSum and it will ignore the
n/a but total the numbers correctly?

Thanks

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
autosum websterk12 Excel Discussion (Misc queries) 1 June 23rd 09 09:06 PM
AutoSum Help Stockwell43 Excel Worksheet Functions 2 May 11th 07 08:14 PM
Autosum Alan[_3_] Excel Discussion (Misc queries) 2 March 19th 07 12:35 PM
How do I autosum text? staysee Excel Worksheet Functions 2 September 20th 05 12:42 AM
autosum ?? golfer18 Excel Worksheet Functions 1 January 28th 05 10:29 PM


All times are GMT +1. The time now is 03:52 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"