Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 50
Default Special cells format

Is there a way how to create own special cell format ? E.g. rounding up ?
I need it only for formating, not for value of cell !
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 221
Default Special cells format

Please provide an example of what you want to enter, and what you want it to
look like.
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"Vlado Sveda" wrote in message
...
Is there a way how to create own special cell format ? E.g. rounding up ?
I need it only for formating, not for value of cell !



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 50
Default Special cells format

I want have value in cell (let say) 5224 and I want to see 6000 (Round up in
tousends).


"Anne Troy" wrote:

Please provide an example of what you want to enter, and what you want it to
look like.
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"Vlado Sveda" wrote in message
...
Is there a way how to create own special cell format ? E.g. rounding up ?
I need it only for formating, not for value of cell !




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 25
Default Special cells format

Hi Vlado,

Let's say that you currently have your values in Column A.

Set up your sheet like this to obtain the results as below ...

Column A: Original Values (No Formatting)
Column B: Original Values Formatted As: #,##0,
Column C: Formula: =ROUNDUP($A,-3), Format: #,##0
Column D: Formula: =ROUNDUP($A,-3), Format: #,##0,

A B C D
5224 5 6,000 6
49 0 1,000 1
765 1 1,000 1
12864 13 13,000 13
53587 54 54,000 54

Given that you're only after something for display purposes, does one of
those give you what you want? (Simply hide Column A original values if you
want to retain them, but not show them to users).

HTH, Sean.

"Vlado Sveda" wrote:

I want have value in cell (let say) 5224 and I want to see 6000 (Round up in
tousends).


"Anne Troy" wrote:

Please provide an example of what you want to enter, and what you want it to
look like.
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"Vlado Sveda" wrote in message
...
Is there a way how to create own special cell format ? E.g. rounding up ?
I need it only for formating, not for value of cell !




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 50
Default Special cells format

Thank you Sean for your answer,
but I'm searching for "only format" solution. I know ROUND-ing, but I need
for one special reason have one value in cell displayed as rounded only by
formating. That's why I asked if there is a way to create my own special
cells format.

Vlado

"Sean Connolly" wrote:

Hi Vlado,

Let's say that you currently have your values in Column A.

Set up your sheet like this to obtain the results as below ...

Column A: Original Values (No Formatting)
Column B: Original Values Formatted As: #,##0,
Column C: Formula: =ROUNDUP($A,-3), Format: #,##0
Column D: Formula: =ROUNDUP($A,-3), Format: #,##0,

A B C D
5224 5 6,000 6
49 0 1,000 1
765 1 1,000 1
12864 13 13,000 13
53587 54 54,000 54

Given that you're only after something for display purposes, does one of
those give you what you want? (Simply hide Column A original values if you
want to retain them, but not show them to users).

HTH, Sean.

"Vlado Sveda" wrote:

I want have value in cell (let say) 5224 and I want to see 6000 (Round up in
tousends).


"Anne Troy" wrote:

Please provide an example of what you want to enter, and what you want it to
look like.
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"Vlado Sveda" wrote in message
...
Is there a way how to create own special cell format ? E.g. rounding up ?
I need it only for formating, not for value of cell !





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 25
Default Special cells format

OK. Yes, you can create "Custom" formats, but to the best of my knowledge,
not for what you are wanting to do. Unless one of the other "gurus" in this
forum has some ideas, then I think that you're stuck with using a separate
range for display and hiding the original data.

Sorry couldn't be of more help, Sean.

"Vlado Sveda" wrote:

Thank you Sean for your answer,
but I'm searching for "only format" solution. I know ROUND-ing, but I need
for one special reason have one value in cell displayed as rounded only by
formating. That's why I asked if there is a way to create my own special
cells format.

Vlado

"Sean Connolly" wrote:

Hi Vlado,

Let's say that you currently have your values in Column A.

Set up your sheet like this to obtain the results as below ...

Column A: Original Values (No Formatting)
Column B: Original Values Formatted As: #,##0,
Column C: Formula: =ROUNDUP($A,-3), Format: #,##0
Column D: Formula: =ROUNDUP($A,-3), Format: #,##0,

A B C D
5224 5 6,000 6
49 0 1,000 1
765 1 1,000 1
12864 13 13,000 13
53587 54 54,000 54

Given that you're only after something for display purposes, does one of
those give you what you want? (Simply hide Column A original values if you
want to retain them, but not show them to users).

HTH, Sean.

"Vlado Sveda" wrote:

I want have value in cell (let say) 5224 and I want to see 6000 (Round up in
tousends).


"Anne Troy" wrote:

Please provide an example of what you want to enter, and what you want it to
look like.
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"Vlado Sveda" wrote in message
...
Is there a way how to create own special cell format ? E.g. rounding up ?
I need it only for formating, not for value of cell !



  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 50
Default Special cells format

Thanks a lot
Vlado

"Sean Connolly" wrote:

OK. Yes, you can create "Custom" formats, but to the best of my knowledge,
not for what you are wanting to do. Unless one of the other "gurus" in this
forum has some ideas, then I think that you're stuck with using a separate
range for display and hiding the original data.

Sorry couldn't be of more help, Sean.

"Vlado Sveda" wrote:

Thank you Sean for your answer,
but I'm searching for "only format" solution. I know ROUND-ing, but I need
for one special reason have one value in cell displayed as rounded only by
formating. That's why I asked if there is a way to create my own special
cells format.

Vlado

"Sean Connolly" wrote:

Hi Vlado,

Let's say that you currently have your values in Column A.

Set up your sheet like this to obtain the results as below ...

Column A: Original Values (No Formatting)
Column B: Original Values Formatted As: #,##0,
Column C: Formula: =ROUNDUP($A,-3), Format: #,##0
Column D: Formula: =ROUNDUP($A,-3), Format: #,##0,

A B C D
5224 5 6,000 6
49 0 1,000 1
765 1 1,000 1
12864 13 13,000 13
53587 54 54,000 54

Given that you're only after something for display purposes, does one of
those give you what you want? (Simply hide Column A original values if you
want to retain them, but not show them to users).

HTH, Sean.

"Vlado Sveda" wrote:

I want have value in cell (let say) 5224 and I want to see 6000 (Round up in
tousends).


"Anne Troy" wrote:

Please provide an example of what you want to enter, and what you want it to
look like.
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"Vlado Sveda" wrote in message
...
Is there a way how to create own special cell format ? E.g. rounding up ?
I need it only for formating, not for value of cell !



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
SPECIAL NUMBER FORMAT Faraz A. Qureshi Excel Discussion (Misc queries) 2 January 28th 10 01:41 PM
Excel 2003. Custom format gets replaced by Special format. jasper New Users to Excel 0 September 1st 08 03:46 AM
FormatCellsSpecialZip Code MichaelRobert Excel Worksheet Functions 6 May 14th 08 09:46 PM
Format cells for special characters Mad Davy Cash New Users to Excel 1 March 8th 07 09:51 PM
Format cells for special characters John Bundy New Users to Excel 0 March 8th 07 07:05 PM


All times are GMT +1. The time now is 02:39 PM.

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

About Us

"It's about Microsoft Excel"