Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
Hi,
I've placed a formula in a cell, but the dollar sign shows directly to the left of the number. I choose the option $#,##0.00;($#,##0.00). Is there a way to use the Excel type accounting format where there are spaces between the dollar sign and the numbers so the dollar signs line up evenly against the left side of the cell? Thanks, Michele |
#2
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
Put a Right Aligned Tab Stop in the cells and then insert a tab space
between the $ and the # in the formatting switch. You will of course need to use Ctrl+tab to insert the tab spaces if the field is in a table cell. Note, you can't use a Decimal Tab Stop in this situation. -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP "MJones" wrote in message ... Hi, I've placed a formula in a cell, but the dollar sign shows directly to the left of the number. I choose the option $#,##0.00;($#,##0.00). Is there a way to use the Excel type accounting format where there are spaces between the dollar sign and the numbers so the dollar signs line up evenly against the left side of the cell? Thanks, Michele |
#3
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
Can you do this within a field? My field keeps putting in 2 tabs even though
i only have one tab marker!? "Doug Robbins - Word MVP" wrote: Put a Right Aligned Tab Stop in the cells and then insert a tab space between the $ and the # in the formatting switch. You will of course need to use Ctrl+tab to insert the tab spaces if the field is in a table cell. Note, you can't use a Decimal Tab Stop in this situation. -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP "MJones" wrote in message ... Hi, I've placed a formula in a cell, but the dollar sign shows directly to the left of the number. I choose the option $#,##0.00;($#,##0.00). Is there a way to use the Excel type accounting format where there are spaces between the dollar sign and the numbers so the dollar signs line up evenly against the left side of the cell? Thanks, Michele |
#4
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
Yes,
{=SUM(ABOVE) \# "$[tab]#,##0.00;($#,##0.00)"} with a tab space inserted where [tab] appears above works for me. -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP "ivory_kitten" wrote in message ... Can you do this within a field? My field keeps putting in 2 tabs even though i only have one tab marker!? "Doug Robbins - Word MVP" wrote: Put a Right Aligned Tab Stop in the cells and then insert a tab space between the $ and the # in the formatting switch. You will of course need to use Ctrl+tab to insert the tab spaces if the field is in a table cell. Note, you can't use a Decimal Tab Stop in this situation. -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP "MJones" wrote in message ... Hi, I've placed a formula in a cell, but the dollar sign shows directly to the left of the number. I choose the option $#,##0.00;($#,##0.00). Is there a way to use the Excel type accounting format where there are spaces between the dollar sign and the numbers so the dollar signs line up evenly against the left side of the cell? Thanks, Michele |
#5
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
Yes thanks! I don't know why it was doing it!
"Doug Robbins - Word MVP" wrote: Yes, {=SUM(ABOVE) \# "$[tab]#,##0.00;($#,##0.00)"} with a tab space inserted where [tab] appears above works for me. -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP "ivory_kitten" wrote in message ... Can you do this within a field? My field keeps putting in 2 tabs even though i only have one tab marker!? "Doug Robbins - Word MVP" wrote: Put a Right Aligned Tab Stop in the cells and then insert a tab space between the $ and the # in the formatting switch. You will of course need to use Ctrl+tab to insert the tab spaces if the field is in a table cell. Note, you can't use a Decimal Tab Stop in this situation. -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP "MJones" wrote in message ... Hi, I've placed a formula in a cell, but the dollar sign shows directly to the left of the number. I choose the option $#,##0.00;($#,##0.00). Is there a way to use the Excel type accounting format where there are spaces between the dollar sign and the numbers so the dollar signs line up evenly against the left side of the cell? Thanks, Michele |
#6
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
In case you have any negative numbers, you probably want:
{=SUM(ABOVE) \# "$[tab]#,##0.00[space];$[tab](#,##0.00)"} I am not sure if the [space] will work. It's an attempt to line up the decimal points with positive and negative numbers. -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP "ivory_kitten" wrote in message ... Yes thanks! I don't know why it was doing it! "Doug Robbins - Word MVP" wrote: Yes, {=SUM(ABOVE) \# "$[tab]#,##0.00;($#,##0.00)"} with a tab space inserted where [tab] appears above works for me. -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP "ivory_kitten" wrote in message ... Can you do this within a field? My field keeps putting in 2 tabs even though i only have one tab marker!? "Doug Robbins - Word MVP" wrote: Put a Right Aligned Tab Stop in the cells and then insert a tab space between the $ and the # in the formatting switch. You will of course need to use Ctrl+tab to insert the tab spaces if the field is in a table cell. Note, you can't use a Decimal Tab Stop in this situation. -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP "MJones" wrote in message ... Hi, I've placed a formula in a cell, but the dollar sign shows directly to the left of the number. I choose the option $#,##0.00;($#,##0.00). Is there a way to use the Excel type accounting format where there are spaces between the dollar sign and the numbers so the dollar signs line up evenly against the left side of the cell? Thanks, Michele |
#7
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
I should have also mentioned that the paragraph formatting in the cell needs
to be left aligned. -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP "MJones" wrote in message ... Hi, I've placed a formula in a cell, but the dollar sign shows directly to the left of the number. I choose the option $#,##0.00;($#,##0.00). Is there a way to use the Excel type accounting format where there are spaces between the dollar sign and the numbers so the dollar signs line up evenly against the left side of the cell? Thanks, Michele |
#8
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
Yes that worked. I knew it was something like that, but just couldn't get
the correct combination. Thanks. I may take you up on your offer sometime. I believe is using the experts. I'm a certified project management professional (PMP) and couldn't do without you pros. Thanks, Michele P.S. - How do you become an MVP? ---------- "Doug Robbins - Word MVP" wrote: I should have also mentioned that the paragraph formatting in the cell needs to be left aligned. -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP "MJones" wrote in message ... Hi, I've placed a formula in a cell, but the dollar sign shows directly to the left of the number. I choose the option $#,##0.00;($#,##0.00). Is there a way to use the Excel type accounting format where there are spaces between the dollar sign and the numbers so the dollar signs line up evenly against the left side of the cell? Thanks, Michele |
#9
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
Hi Michele,
For post script question, see http://mvp.support.microsoft.com/ -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP "MJones" wrote in message ... Yes that worked. I knew it was something like that, but just couldn't get the correct combination. Thanks. I may take you up on your offer sometime. I believe is using the experts. I'm a certified project management professional (PMP) and couldn't do without you pros. Thanks, Michele P.S. - How do you become an MVP? ---------- "Doug Robbins - Word MVP" wrote: I should have also mentioned that the paragraph formatting in the cell needs to be left aligned. -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP "MJones" wrote in message ... Hi, I've placed a formula in a cell, but the dollar sign shows directly to the left of the number. I choose the option $#,##0.00;($#,##0.00). Is there a way to use the Excel type accounting format where there are spaces between the dollar sign and the numbers so the dollar signs line up evenly against the left side of the cell? Thanks, Michele |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I use Excel accounting number format in Word tables? | Tables | |||
TOC lists page numbers in Roman format, ref pages in Arabic format | Page Layout | |||
Word should let me change the caption format (i.e., to Garamond) | Microsoft Word Help | |||
"Char" is shown in Format list as para format for ALL styles. | Microsoft Word Help | |||
Syntax for Number format in the Text Form Field Options | Microsoft Word Help |