Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Hiding number parts by cell formatting

Hello. I have several cells with numbers, whose digits range from 10 to 13.
I want to show only the last 10 digits for every number. Not actually delete
the first few digits, but have them not show, by cell formatting probably. I
have played a bit with custom cell formatting but there is few info on the
web about the signs that can be used and their function. Any advice?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Hiding number parts by cell formatting

First make sure the part number is entered as text rather than true numbers.
This will allow you for format sections of the number.

Click on a sample cell, and in the formula bar, hi-light the characters you
DON'T want to see. For these characters, format the font color the same as
the background color. This is tedious if you have lots of parts.

If you have lots of parts in a single column, then, in a helper column enter:

=RIGHT(A1,10) and paste down

Then hide column A
--
Gary''s Student - gsnu200723
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Hiding number parts by cell formatting

So there is no way to use number formatting to do what I want eh? Coz I want
to avoid marking the numbers as text because it pops up that error label (as
of Excel 2007)

Plus, do you know any websites that provide info on custom number
formatting?

"Gary''s Student" wrote in message
...
First make sure the part number is entered as text rather than true
numbers.
This will allow you for format sections of the number.

Click on a sample cell, and in the formula bar, hi-light the characters
you
DON'T want to see. For these characters, format the font color the same
as
the background color. This is tedious if you have lots of parts.

If you have lots of parts in a single column, then, in a helper column
enter:

=RIGHT(A1,10) and paste down

Then hide column A
--
Gary''s Student - gsnu200723


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Hiding number parts by cell formatting

Not sure of your exact situation, but how about having a second column with
this formula =A6-(INT(A6/10000000000)*10000000000) where the original
number(s) is in cell A6. You could then hide the column with the full number.

"Bill G." wrote:

So there is no way to use number formatting to do what I want eh? Coz I want
to avoid marking the numbers as text because it pops up that error label (as
of Excel 2007)

Plus, do you know any websites that provide info on custom number
formatting?

"Gary''s Student" wrote in message
...
First make sure the part number is entered as text rather than true
numbers.
This will allow you for format sections of the number.

Click on a sample cell, and in the formula bar, hi-light the characters
you
DON'T want to see. For these characters, format the font color the same
as
the background color. This is tedious if you have lots of parts.

If you have lots of parts in a single column, then, in a helper column
enter:

=RIGHT(A1,10) and paste down

Then hide column A
--
Gary''s Student - gsnu200723


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Hiding number parts by cell formatting

Say your numbers are in Column A.
Insert a column after your column of numbers, to make a new Column B.

Enter this formula in the new B1:

=RIGHT(A1,10)

And copy down as needed.

Hide Column A.
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"Bill G." wrote in message
...
Hello. I have several cells with numbers, whose digits range from 10 to 13.
I want to show only the last 10 digits for every number. Not actually delete
the first few digits, but have them not show, by cell formatting probably. I
have played a bit with custom cell formatting but there is few info on the
web about the signs that can be used and their function. Any advice?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formatting Parts of Formulas cogorman Excel Discussion (Misc queries) 4 September 21st 06 07:08 PM
Split a number in a cell into parts okanem Excel Discussion (Misc queries) 4 August 21st 06 03:59 PM
formatting cell number based on previous cell number Pasquini Excel Discussion (Misc queries) 3 June 20th 06 06:36 AM
hiding parts of a cell dick Excel Discussion (Misc queries) 3 October 17th 05 02:18 AM
hiding parts of a cell dick Excel Discussion (Misc queries) 0 October 17th 05 12:49 AM


All times are GMT +1. The time now is 04:59 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"