Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I format cells in Excel to make 175/5 read 175?

I want to copy a list of numbers from a web site into a spreadsheet. The
numbers all have a / in them, and this copies to the spreadsheet. Example
195/5. I would like to be able to format the cells so that the numbers will
read 195 (losing the / and any digits after it. Using another column with a
formula that would do this will also work.

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default How do I format cells in Excel to make 175/5 read 175?

Hi,

Select the column and go to Data Text to columns Delimited. Select / as
the delimiter

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"SJR4347" wrote in message
...
I want to copy a list of numbers from a web site into a spreadsheet. The
numbers all have a / in them, and this copies to the spreadsheet. Example
195/5. I would like to be able to format the cells so that the numbers
will
read 195 (losing the / and any digits after it. Using another column with
a
formula that would do this will also work.

Thanks.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default How do I format cells in Excel to make 175/5 read 175?

Formatting cannot do what you want, as you have text, not a number.

You can use:
=left(a1,3)
to display what you want.

If you want the result as a number, use:
=--left(a1,3)

Regards,
Fred

"SJR4347" wrote in message
...
I want to copy a list of numbers from a web site into a spreadsheet. The
numbers all have a / in them, and this copies to the spreadsheet. Example
195/5. I would like to be able to format the cells so that the numbers
will
read 195 (losing the / and any digits after it. Using another column with
a
formula that would do this will also work.

Thanks.


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
how can I make the print size larger to read on excel spreadsheet GP Excel Discussion (Misc queries) 1 January 21st 10 11:10 PM
How do I make an Excel 2007 file read-only? happycat Excel Discussion (Misc queries) 2 December 19th 08 03:49 PM
Format cells to make zeros not appear,or be invisible on screen &p RajenRajput1 Excel Discussion (Misc queries) 3 July 2nd 08 04:43 PM
Custom format cells - how to make it say < number liniis Excel Worksheet Functions 3 February 16th 06 11:26 PM
Make excel open file without Read Only dialog Saul Margolis Excel Discussion (Misc queries) 2 March 16th 05 03:30 PM


All times are GMT +1. The time now is 11:05 PM.

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"