Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default how to add ( and ) when using function sum

want to add 1+2+3 = (6)

how do to it?


  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,268
Default how to add ( and ) when using function sum

=SUM(1,2,3)


--
Regards,

Peo Sjoblom



"Sulasno" wrote in message
...
want to add 1+2+3 = (6)

how do to it?



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 10,124
Default how to add ( and ) when using function sum

=sum(1,2,3)


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Sulasno" wrote in message
...
want to add 1+2+3 = (6)

how do to it?


  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 860
Default how to add ( and ) when using function sum

Hi Sulasno,

A few different ways,

In cell A1 type =1+2+3 and enter
or
Put 1 in A1, 2 in A2, 3 in A3,
Then in A4 put =A1+A2+A3
Then in A5 put =SUM(A1:A3)

That's three ways of achieving the same outcome.
The thing with Excel is there is no hard and fast rule that
says one particular way is the best way. There are many ways
to achieve what you are trying to do and the only criteria
for the best way is what suits what you are trying to achieve
at the time.

HTH
Martin


"Sulasno" wrote in message
...
want to add 1+2+3 = (6)

how do to it?



  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default how to add ( and ) when using function sum

guess I did not pose the correct question

I want the end result to be in brackets

=sum(xxxx) =(total)


"Don Guillett" wrote in message
...
=sum(1,2,3)


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Sulasno" wrote in message
...
want to add 1+2+3 = (6)

how do to it?






  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,268
Default how to add ( and ) when using function sum

No you didn't, use custom formats like

(General)

or

(0.00)





--
Regards,

Peo Sjoblom



"Sulasno" wrote in message
...
guess I did not pose the correct question

I want the end result to be in brackets

=sum(xxxx) =(total)


"Don Guillett" wrote in message
...
=sum(1,2,3)


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Sulasno" wrote in message
...
want to add 1+2+3 = (6)

how do to it?






  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5,651
Default how to add ( and ) when using function sum

On Fri, 7 Sep 2007 22:41:32 +0700, "Sulasno" wrote:

want to add 1+2+3 = (6)

how do to it?


Custom Format your cell

Format/Cells/Number/Custom Type: (General)

You should be aware that there is a convention that considers numbers enclosed
in parentheses as being negative numbers


--ron
  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default how to add ( and ) when using function sum

thanks
it works

"Peo Sjoblom" wrote in message
...
No you didn't, use custom formats like

(General)

or

(0.00)





--
Regards,

Peo Sjoblom



"Sulasno" wrote in message
...
guess I did not pose the correct question

I want the end result to be in brackets

=sum(xxxx) =(total)


"Don Guillett" wrote in message
...
=sum(1,2,3)


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Sulasno" wrote in message
...
want to add 1+2+3 = (6)

how do to it?








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
copy of excel file not showing formulal/function in the function b oaallam Excel Discussion (Misc queries) 4 September 6th 07 01:20 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM
Nested IF Function, Date Comparing, and NetworkDays Function carl Excel Worksheet Functions 2 December 29th 04 09:57 PM


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