View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Add (sum) numbers within cells

=EVAL(A1)

I don't think there's a native EVAL worksheet function in Excel 2007.

--
Biff
Microsoft Excel MVP


"Mike H" wrote in message
...
Hi,

If you mean that you have 1+5+8 in A1, try this

=EVAL(A1)

Mike

"Clint" wrote:

Using Excel 2007 with SP2, how can I enter and summarize multiple numbers
within one cell?
IE. 1+5+8+...=____
Or is this even possible?
Thanks for anything on this. Jim