Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Cell Format Issue

20 views
Skip to first unread message

Lloyd H. London

unread,
Feb 7, 2004, 8:14:35 AM2/7/04
to
I need to create a cell format so that when numbers are typed they appear as   # / #, with a slash extending from the upper right corner of the cell to the lower left corner.  I need the numbers to appear left, slightly above the slash and right slightly below, sort of in a superscipt,subscript orientation.   I do not want the data to appear as a fraction.  I tried experimenting with custom formats, to numerous to list.  Also drawing a diagonal doesnt seem to work.  It is jagged and I cant get the numbers to appear correctly.
Any suggestions greatly appreciated.

JE McGimpsey

unread,
Feb 7, 2004, 8:43:30 AM2/7/04
to
Try this:

1) Put a border in the cell from lower left to upper right.
2) Format the vertical alignment of the cell to "center"
3) Format the cells something like Format/Cells/Number/Custom

[<=99]0* 0;[<=999]0* 00;00* 00;@

Then, if two digits are entered, one goes on each side of the border
(assuming the cell is wide enough). If three digits are entered, the
first goes to the left, the second and third to the right, and if four
are entered, two go left, two go right.

In article <LuSdnf-SS_X...@comcast.com>,

Lloyd H. London

unread,
Feb 7, 2004, 9:15:20 AM2/7/04
to
Works like a charm. Applied to one cell, I can copy the format to other
cells with the format painter.
One minor annoyance, the diagonal is rather jagged. Is there an easy
way, to smooth it out? If not, I will live with it.
Thanks for you help.

JE McGimpsey

unread,
Feb 7, 2004, 9:18:48 AM2/7/04
to
Try adjusting the border thickness and the cell width. It will probably
print better than it looks on-screen.

In article <D4CdnS55L6b...@comcast.com>,

0 new messages