Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Ok here is the formula: ="Cost of Additional 1% "& SUM(K3:K17) I am trying to get the Sum piece to show as currency. Any help is appreciated. -- Tibbets ------------------------------------------------------------------------ Tibbets's Profile: http://www.excelforum.com/member.php...o&userid=33736 View this thread: http://www.excelforum.com/showthread...hreadid=535133 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
="Cost of Additional 1% "& text(SUM(K3:K17),"$0.00")
(or whatever format you want) Tibbets wrote: Ok here is the formula: ="Cost of Additional 1% "& SUM(K3:K17) I am trying to get the Sum piece to show as currency. Any help is appreciated. -- Tibbets ------------------------------------------------------------------------ Tibbets's Profile: http://www.excelforum.com/member.php...o&userid=33736 View this thread: http://www.excelforum.com/showthread...hreadid=535133 -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
="Cost of Additional 1% "&TEXT(SUM(K3:K17),"$ 0.00") HTH, Elkar "Tibbets" wrote: Ok here is the formula: ="Cost of Additional 1% "& SUM(K3:K17) I am trying to get the Sum piece to show as currency. Any help is appreciated. -- Tibbets ------------------------------------------------------------------------ Tibbets's Profile: http://www.excelforum.com/member.php...o&userid=33736 View this thread: http://www.excelforum.com/showthread...hreadid=535133 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Tough conditional formatting question | Excel Discussion (Misc queries) | |||
conditional formatting question | Excel Discussion (Misc queries) | |||
Formatting Question | Excel Worksheet Functions | |||
Conditional formatting not available in Excel | Excel Discussion (Misc queries) | |||
Area Chart Formatting Question | Charts and Charting in Excel |