Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This is a simple straight forward task and I can't remember how to do
it. When inserting a formula you can customise the output of a number, however I can't remember to do it, I keep trying to use the CCUR function found in most programming languages but I forget to remember that this isn't in excel. This is what I've got. ="TOTAL COST - "&(SUMIF(PC,"1200",Db)) Now the (SUMIF(PC,"1200",Db)) returns a number which I want to convert to a currency whilst it's in the string, can someone be kind to me and remind me how to do it. I've searched Microsoft's helpfiles and done Google Groups search but I appear to be missing something. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I just found a way around it by using the Dollar function.
The formula now looks like - ="TOTAL COST - "&DOLLAR((SUMIF(PC,"1200",Db)),2) |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can use the TEXT function,
="TOTAL COST - "&TEXT(SUMIF(PC,"1200",Db),"$#,##0.00") -- Regards, Peo Sjoblom Northwest Excel Solutions Portland, Oregon "Santa-D" wrote in message ups.com... I just found a way around it by using the Dollar function. The formula now looks like - ="TOTAL COST - "&DOLLAR((SUMIF(PC,"1200",Db)),2) |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Peo,
This is what I was trying to find as this is what I was trying to remember. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula to give 5%rise in a figure if it occurs b/wn 2 dates | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
How do figure excel formula out? | Excel Discussion (Misc queries) |