Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The value below is generated by a function. I used the "&" symbol to
concatenate the "ツ」" with the value. Sometimes I use a "$" and sometimes I use a "ぎ". Now, I'm trying to show just two decimal places. ツ」9506944.44444444 Can someone please help out? TIA!!! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
="」"&TEXT(A1,"#.00")
but this cannot be used in a calculation so why not format the cells as needed? best wishes -- Bernard V Liengme Microsoft Excel MVP www.stfx.ca/people/bliengme remove caps from email "ryguy7272" wrote in message ... The value below is generated by a function. I used the "&" symbol to concatenate the "」" with the value. Sometimes I use a "$" and sometimes I use a "?". Now, I'm trying to show just two decimal places. 」9506944.44444444 Can someone please help out? TIA!!! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can do this with the TEXT function. I've kept the currency symbol
separate so you can easily change it: ="ツ」"&TEXT(A1,"0.00") or you can include it within the format string: =TEXT(A1,"ツ」0.00") Hope this helps. Pete On Aug 2, 2:38ツ*pm, ryguy7272 wrote: The value below is generated by a function. ツ*I used the "&" symbol to concatenate the "ツ」" with the value. ツ*Sometimes I use a "$" and sometimes I use a "ぎ". ツ*Now, I'm trying to show just two decimal places. ツ* ツ」9506944.44444444 Can someone please help out? TIA!!! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Here you go
=TEXT(A1,"ツ」0.00") -- -John Please rate when your question is answered to help us and others know what is helpful. "ryguy7272" wrote: The value below is generated by a function. I used the "&" symbol to concatenate the "ツ」" with the value. Sometimes I use a "$" and sometimes I use a "ぎ". Now, I'm trying to show just two decimal places. ツ」9506944.44444444 Can someone please help out? TIA!!! |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try =TEXT(9506944.44444444,"ツ」###,###,##0.00")
ryguy7272 wrote: The value below is generated by a function. I used the "&" symbol to concatenate the "ツ」" with the value. Sometimes I use a "$" and sometimes I use a "ぎ". Now, I'm trying to show just two decimal places. ツ」9506944.44444444 Can someone please help out? TIA!!! -- Message posted via http://www.officekb.com |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Beautiful!! Simply beautiful!!
I went with something like this: =TEXT(MONTHS,"0.00")&" MONTHS " &EXPIRY_TEXT "Bernard Liengme" wrote: ="ツ」"&TEXT(A1,"#.00") but this cannot be used in a calculation so why not format the cells as needed? best wishes -- Bernard V Liengme Microsoft Excel MVP www.stfx.ca/people/bliengme remove caps from email "ryguy7272" wrote in message ... The value below is generated by a function. I used the "&" symbol to concatenate the "ツ」" with the value. Sometimes I use a "$" and sometimes I use a "?". Now, I'm trying to show just two decimal places. ツ」9506944.44444444 Can someone please help out? TIA!!! |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
So, how does that tie in with your original question about currency?
Pete On Aug 2, 3:18 pm, ryguy7272 wrote: Beautiful!! Simply beautiful!! I went with something like this: =TEXT(MONTHS,"0.00")&" MONTHS " &EXPIRY_TEXT |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I extend my thanks to everyone who got involved!
"John Bundy" wrote: Here you go =TEXT(A1,"ツ」0.00") -- -John Please rate when your question is answered to help us and others know what is helpful. "ryguy7272" wrote: The value below is generated by a function. I used the "&" symbol to concatenate the "ツ」" with the value. Sometimes I use a "$" and sometimes I use a "ぎ". Now, I'm trying to show just two decimal places. ツ」9506944.44444444 Can someone please help out? TIA!!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Subtracting two 2-decimal place numbers gives result 13-decimal places? | Excel Worksheet Functions | |||
Max decimal places | Excel Discussion (Misc queries) | |||
FIXED 2 DECIMAL PLACES, MUST ENTER ALL ZEROES AFTER DECIMAL POINT. | Excel Discussion (Misc queries) | |||
decimal places | Excel Discussion (Misc queries) | |||
decimal places | Excel Discussion (Misc queries) |