ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   limiting values shown in cell (https://www.excelbanter.com/excel-discussion-misc-queries/167356-limiting-values-shown-cell.html)

stacy05

limiting values shown in cell
 
I have a spreadhseet of numbers that the user inputs. That spreadsheet is
linked to another sheet in the workbook to create a chart. To control the
scale I only want transfer the value of the 'thousands'....

example:(in $$)
user input: $517,420 ---transfers to chart data sheet as : 517
user input: $19,872 ---transfers to chart data sheet as : 20
user input: $1,318,972 ---transfers to chart data sheet as : 1319

I know there is a way to do this, but obviously I am stumped!
Thanks in advance for any help!

Mike H

limiting values shown in cell
 
Hi,

Maybe this

=ROUND(A1/1000,0)

Mike

"stacy05" wrote:

I have a spreadhseet of numbers that the user inputs. That spreadsheet is
linked to another sheet in the workbook to create a chart. To control the
scale I only want transfer the value of the 'thousands'....

example:(in $$)
user input: $517,420 ---transfers to chart data sheet as : 517
user input: $19,872 ---transfers to chart data sheet as : 20
user input: $1,318,972 ---transfers to chart data sheet as : 1319

I know there is a way to do this, but obviously I am stumped!
Thanks in advance for any help!


Conan Kelly

limiting values shown in cell
 
Stacy,

I would leave the amounts in the chart data sheet as is.

I would change the format of the amount/currency axis of the chart. Give it
a custom number number format of "#,##0,". With this custom format, 517,420
will DISPLAY as 517 (WILL DISPLAY AS.... the actual value will still be
517,420 in case you need to use the actual value in calculations elsewhere)
and 1,318,972 will display as 1,319.

You can also format the value cells on the chart data sheet with the same
format if you desire.

HTH,

Conan

"stacy05" wrote in message
...
I have a spreadhseet of numbers that the user inputs. That spreadsheet is
linked to another sheet in the workbook to create a chart. To control the
scale I only want transfer the value of the 'thousands'....

example:(in $$)
user input: $517,420 ---transfers to chart data sheet as : 517
user input: $19,872 ---transfers to chart data sheet as : 20
user input: $1,318,972 ---transfers to chart data sheet as : 1319

I know there is a way to do this, but obviously I am stumped!
Thanks in advance for any help!





All times are GMT +1. The time now is 12:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com