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 preserve hyphenated words


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default how do I preserve hyphenated words

Please use the body of the post to ask your question.

If I understand your question, a *non-breaking* hyphen is:
CHAR(173)

SO,
="non"&CHAR(173)&"breaking"
will return
non-breaking

While
="up"&CHAR(173)&"to"&CHAR(173)&"date"
will return
up-to-date

Which means that they will be treated as a single, complete word entity.

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------


"up-to-date"
"coultwo" wrote in message
...


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default how do I preserve hyphenated words

I should add, that if you're simply typing data into a cell,
You could use this procedu

"An up-to-date report is lacking."

Type
up
then hold down <Alt, and using the numbers from the num keypad, *not* the
numbers under the function keys, enter
0173
then type
to
then repeat the above sequence,
then type
date

4 digits are needed when using the keyboard.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Ragdyer" wrote in message
...
Please use the body of the post to ask your question.

If I understand your question, a *non-breaking* hyphen is:
CHAR(173)

SO,
="non"&CHAR(173)&"breaking"
will return
non-breaking

While
="up"&CHAR(173)&"to"&CHAR(173)&"date"
will return
up-to-date

Which means that they will be treated as a single, complete word entity.

--
HTH,

RD

--------------------------------------------------------------------------

-
Please keep all correspondence within the NewsGroup, so all may benefit !
--------------------------------------------------------------------------

-


"up-to-date"
"coultwo" wrote in message
...



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
In Excel, How do i add Words together. Tom B Excel Worksheet Functions 5 November 26th 05 12:40 AM
Can you display numbers as words in excel (eg. 10 as ten)? Stefan White Excel Discussion (Misc queries) 2 October 5th 05 04:38 PM
triadic combinations of words jayock02 Excel Worksheet Functions 1 June 19th 05 02:10 AM
Spell Checking - Special Words Not Picked Up by Excel Hans Emilio Excel Discussion (Misc queries) 4 May 25th 05 02:25 PM
how to change numbers into words, Mukesh Dhoot Excel Discussion (Misc queries) 1 March 19th 05 11:48 AM


All times are GMT +1. The time now is 08:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"