Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Roger Knights
 
Posts: n/a
Default how to split one decimal pt integer off & to next columnin excel?

i need to work on just the decimal part of a number - so: how do i split it
off - in format xx.0 - to put the "0" part into a cell in next column?
  #2   Report Post  
Arvi Laanemets
 
Posts: n/a
Default how to split one decimal pt integer off & to next columnin excel?

Hi

Select the range with numbers;
From Data menu - Text to Columns (NB! You must have an empty column next to
one with data!)
Next
Type period (.) into Other field
Finish

When you need to preserve original numbers, make a copy the column with them
before. Or use formulas in 2 new columns - like
=INT(A2)
=MOD(A2,1)*N
where N is max number of decimal places in your numbers.

--
Arvi Laanemets
( My real mail address: arvil<attarkon.ee )


"Roger Knights" <Roger wrote in message
...
i need to work on just the decimal part of a number - so: how do i split it
off - in format xx.0 - to put the "0" part into a cell in next column?



  #3   Report Post  
Arvi Laanemets
 
Posts: n/a
Default how to split one decimal pt integer off & to next columnin excel?

Hi again! Sorry, the last formula must be
=MOD(A2,1)*10^N

--
Arvi Laanemets
( My real mail address: arvil<attarkon.ee )


  #4   Report Post  
Roger Knights
 
Posts: n/a
Default how to split one decimal pt integer off & to next columnin exc

Thanks - exactly what i wanted:)

Roger Knights

"Arvi Laanemets" wrote:

Hi again! Sorry, the last formula must be
=MOD(A2,1)*10^N

--
Arvi Laanemets
( My real mail address: arvil<attarkon.ee )



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
Can I split 1 cell into 2 cells in Excel? Chalky Excel Discussion (Misc queries) 6 April 26th 23 03:47 AM
Is it possible to view Excel split screen by tab within same file SS Excel Discussion (Misc queries) 2 July 30th 05 12:27 AM
how to split the unmerge cell in Excel? RR Excel Discussion (Misc queries) 3 July 29th 05 01:29 PM
How do I sum hours in Excel and convert to decimal numbers? Heinsohn Excel Discussion (Misc queries) 2 March 5th 05 07:48 PM
How do you split the Y-axis on an Excel chart? RickiRebel Charts and Charting in Excel 1 December 14th 04 01:35 PM


All times are GMT +1. The time now is 10:34 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"