Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How do I display heights (6' 2") in Excel columns?

I'm trying to copy-and-paste a football roster into Excel. The roster lists
the heights & weights of the players. When I paste into Excel, heights (ex
6' 2") do not transfer; instead, only a list of numbers appears. I've tried
several different formats for cell numbers with no luck. Can anyone help?
Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default How do I display heights (6' 2") in Excel columns?

If the data is actually numbers, you could try a custom format:
#' 00''

(note the last characters are two apostrophes, not a quotation mark)

If text (maybe your data has a space in it), you could try
=TEXT(TRIM(A1),"#' 00''")
(last 3 characters are two apostrophes followed by a quote)

There is an assumption that your data does not have extra characters that
look like spaces (you could do a search/replace for spaces and/or the
character generated by Alt-0160) and will be 3 numbers, not mixed such as
5 10
5 4

If it is mixed, you could try
=LEFT(A1)&"' "&IF(LEN(TRIM(A1))1, TEXT(RIGHT(TRIM(A1),LEN(TRIM(A1))-1),
"00"), "00")&"''"



"Chopdawg" wrote:

I'm trying to copy-and-paste a football roster into Excel. The roster lists
the heights & weights of the players. When I paste into Excel, heights (ex
6' 2") do not transfer; instead, only a list of numbers appears. I've tried
several different formats for cell numbers with no luck. Can anyone help?
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
Excel should show Comment box even if adjacent columns are hidden dev Excel Discussion (Misc queries) 1 August 23rd 06 04:04 PM
Can I add more columns in Excel past column IV Jamie Excel Discussion (Misc queries) 0 December 22nd 05 06:49 PM
Open an excel file but it does not display Fred Zack Excel Discussion (Misc queries) 3 December 21st 05 06:45 PM
Sorting Columns on HTML file created in Excel Terri and Rob Excel Discussion (Misc queries) 2 December 4th 05 03:06 AM
Linking Excel columns in two different excel programs Shinra14 Excel Discussion (Misc queries) 2 June 28th 05 01:45 PM


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