#1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 9
Default no values

hai i am having a values on the columns a and b in the column c i like
to have the total. i used sum function to make total it shows 0 always
whether there is value in a and b or not will you can tell me how to
avoid the 0.....
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,118
Default no values

Can you post the formula you're using?

Also...some things to check:
Make sure that the values in Col_A and Col_B
are numbers...NOT numeric text.

Examples:
123.....number
'123....numeric text

You can test individual values with a formula like this:
=ISNUMBER(A2)

If the values are numbers...this kind of formula should work for you:
=SUM(A2:B2)

If the values are numeric text....try this:
=SUMPRODUCT(--(A2:B2))

Does that help?
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)

"kaja" wrote in message
...
hai i am having a values on the columns a and b in the column c i like
to have the total. i used sum function to make total it shows 0 always
whether there is value in a and b or not will you can tell me how to
avoid the 0.....




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
Exclude #N/A values and Return Numeric values to consecutive cells in Single Row Sam via OfficeKB.com Excel Worksheet Functions 5 February 9th 08 03:07 AM
Finding Most Recent Values in Col1 -- Summing Matching Values Rothman Excel Discussion (Misc queries) 5 December 20th 07 08:19 PM
Adding numerical values based on multiple values in another column Kazmaniac Excel Worksheet Functions 6 April 4th 07 08:53 PM
Count unique values and create list based on these values vipa2000 Excel Worksheet Functions 7 August 5th 05 01:17 AM
create list of unique values from a column with repeated values? Chad Schaben Excel Worksheet Functions 1 July 8th 05 10:25 PM


All times are GMT +1. The time now is 07:17 PM.

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

About Us

"It's about Microsoft Excel"