Hello allelopath,
Without using any extra columns, you can delete the digits to the right of the decimal point using the Text to Columns converter. Note that this approach is limited to cells that are in a single column.
1) Select your cells
2) Open the Data...Text to Columns menu item
3) Choose "Delimited" in the first step of the resulting wizard
4) Enter the decimal point separator (period) as the separator to the right of "Other" in the second step of the wizard
5) Select second field and choose "Do not import" in the third step of the wizard
Regards,
Brad
Main Topics
Browse All Topics





by: matthewspatrickPosted on 2009-11-03 at 09:11:51ID: 25731129
One easy way...
1) In another column, use a formula to convert the value to an integer (using INT(), ROUND(), ROUNDUP(), or
ROUNDDOWN(), depending on your need)
2) Copy the formula down as needed
3) Copy the results of the formula, and do a Psate Special/Values over the original values
4) Delete the extra column