Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I was wondering if there is anyway to split a value from one cell to two cells? Currently A1 = 26.25 (integer), Is there a way to split this value to have B1 = 26, and B2 = 25? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Highlight the column, then Data TextToColumns using the decimal point (or
period) as the delimiter........ Vaya con Dios, Chuck, CABGx3 "Gabe" wrote: Hello, I was wondering if there is anyway to split a value from one cell to two cells? Currently A1 = 26.25 (integer), Is there a way to split this value to have B1 = 26, and B2 = 25? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi, first make sure there is a blank column to the left of your data, then select your data, go to Data/Text to Columns and use a period as your delimiter! HTH JG -- pinmaster ------------------------------------------------------------------------ pinmaster's Profile: http://www.excelforum.com/member.php...fo&userid=6261 View this thread: http://www.excelforum.com/showthread...hreadid=494924 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Pure genius, Thanks Chuck!
"CLR" wrote: Highlight the column, then Data TextToColumns using the decimal point (or period) as the delimiter........ Vaya con Dios, Chuck, CABGx3 "Gabe" wrote: Hello, I was wondering if there is anyway to split a value from one cell to two cells? Currently A1 = 26.25 (integer), Is there a way to split this value to have B1 = 26, and B2 = 25? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
B1 =INT(A1)
B2 =(A1-B1)*100 If negative values possible use TRUNC -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "Gabe" wrote in message ... Hello, I was wondering if there is anyway to split a value from one cell to two cells? Currently A1 = 26.25 (integer), Is there a way to split this value to have B1 = 26, and B2 = 25? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Killing the split window | Setting up and Configuration of Excel | |||
Enable a new dimention: sub-level of split cells | Excel Discussion (Misc queries) | |||
How do I split the y-axis scale on a chart? | Charts and Charting in Excel | |||
How do I split a single cell in Excel ? | Excel Discussion (Misc queries) | |||
split a single column into 2 separate columns | Excel Worksheet Functions |