Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
want to add 1+2+3 = (6)
how do to it? |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=SUM(1,2,3)
-- Regards, Peo Sjoblom "Sulasno" wrote in message ... want to add 1+2+3 = (6) how do to it? |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions | |||
Nested IF Function, Date Comparing, and NetworkDays Function | Excel Worksheet Functions |