need a formula that can be copy the thousand number only.
example:
if A1 is 123456, B1 will be display 123kpcs
if A1 is 1234567, B1 will be display1234kpcs
thanks in advance
need a formula that can be copy the thousand number only.
example:
if A1 is 123456, B1 will be display 123kpcs
if A1 is 1234567, B1 will be display1234kpcs
thanks in advance
Hi,
You can use format custom ...
make sure to indicate your separator ... such as '
HTH![]()
Please Login or Register to view this content.
Or if you want the result to be text:
![]()
Please Login or Register to view this content.
estige, with =TRUNC(A1/1000) you are changing the number value. Concatenating with text converts the number into text. It is then no longer available for calculation.
Formatting the number has the same visual effect, does not require a calculation and preserves the number as a number for other mathematical operations.
I'd always go for the format option, unless a text conversion is required.
Note per OP 1234567 is to display as 1234 rather than 1235 - ie the value is Truncated rather than Rounded (seemingly)
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks