Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Why does SUM not compute, even if the cells display numeric values

Hi,
My formula =SUM(Q13:Q14) returns 0, despite the fact that both cells
contains numeric values. Could this be because both cells where populated
with a function that returned a string?

Hope you can help.

Kind regards

George Furnell
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default Why does SUM not compute, even if the cells display numeric values

<Could this be because both cells where populated with a function that
returned a string?

Definitely. Use =VALUE(YourPresentFormula) instead

--
Kind regards,

Niek Otten

"George Furnell" wrote in message
...
Hi,
My formula =SUM(Q13:Q14) returns 0, despite the fact that both cells
contains numeric values. Could this be because both cells where populated
with a function that returned a string?

Hope you can help.

Kind regards

George Furnell



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,073
Default Why does SUM not compute, even if the cells display numeric values

=SUM(Value(Q13:Q14)) Ctrl + Shift + Enter should work.
Ken Johnson

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Why does SUM not compute, even if the cells display numeric va

=SUM(Value(Q13:Q14)) Ctrl + Shift + Enter should work.
Ken Johnson


Thank you for response, it worked. Please explain what the Ctrl+Shift+Enter
keys do differently than just Enter?

Regards

George
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,073
Default Why does SUM not compute, even if the cells display numeric va

Hi George,
Glad I could help, thanks for the feedback.
For the Value function to work on all the cells in the range Q13:Q14
the formula has to be entered as an array formula. Ctrl + Shift + Enter
achieves this. If you look in the Formula Bar after following that
process you will see that the formula is inside braces
ie {=SUM(VALUE(Q13:Q14))}. This makes it possible for you to determine
which cells have array formulas.
Ken Johnson

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
Summing all numeric values only in cells in a column Brad Excel Worksheet Functions 5 April 3rd 23 11:09 AM
how do i use format cells to alpha / numeric values Samvid69 Excel Worksheet Functions 2 May 1st 10 07:41 AM
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
How do I display non-numeric values in a scatter chart? iaintw Charts and Charting in Excel 1 November 14th 07 05:32 PM
count and arrange cells have numeric values amrezzat[_10_] Excel Programming 5 November 21st 05 09:58 PM


All times are GMT +1. The time now is 06:42 AM.

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"