Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Foot mark aka single quote mark?

How do you get the single quote mark to show up in a cell" I am trying to
round Degrees-minutes-seconds to degrees-minutes. When I extract all the
components of the "Degree-minute-seconds" string (with the =mid function) out
into individual cells to do the rounding and then concatenate them back
together as "Degrees-minutes" the single quote (the minute mark) does not
show up in the cell by itself and therefore does not show up when
concatenated.

My temporary fix is just to place 2 single quotes in a cell instead of
extracting it with the =mid function, but I still want to know why it doesn't
work the other way and can I make it work, can you disable the logic that
associated the single quote with right justification?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 523
Default Foot mark aka single quote mark?

=" ' " (remove the spaces - I've just putthem there so you can see what I did)


"STING" wrote:

How do you get the single quote mark to show up in a cell" I am trying to
round Degrees-minutes-seconds to degrees-minutes. When I extract all the
components of the "Degree-minute-seconds" string (with the =mid function) out
into individual cells to do the rounding and then concatenate them back
together as "Degrees-minutes" the single quote (the minute mark) does not
show up in the cell by itself and therefore does not show up when
concatenated.

My temporary fix is just to place 2 single quotes in a cell instead of
extracting it with the =mid function, but I still want to know why it doesn't
work the other way and can I make it work, can you disable the logic that
associated the single quote with right justification?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 751
Default Foot mark aka single quote mark?

Have you tried the expression CHAR(39)? As in:

=MID(A2,4,2)&CHAR(39)&...

HTH
Kostis Vezerides

On Jun 19, 4:56 pm, STING wrote:
How do you get the single quote mark to show up in a cell" I am trying to
round Degrees-minutes-seconds to degrees-minutes. When I extract all the
components of the "Degree-minute-seconds" string (with the =mid function) out
into individual cells to do the rounding and then concatenate them back
together as "Degrees-minutes" the single quote (the minute mark) does not
show up in the cell by itself and therefore does not show up when
concatenated.

My temporary fix is just to place 2 single quotes in a cell instead of
extracting it with the =mid function, but I still want to know why it doesn't
work the other way and can I make it work, can you disable the logic that
associated the single quote with right justification?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Foot mark aka single quote mark?

=CHAR(39). Whooda thunkit! Thank you.

"vezerid" wrote:

Have you tried the expression CHAR(39)? As in:

=MID(A2,4,2)&CHAR(39)&...

HTH
Kostis Vezerides

On Jun 19, 4:56 pm, STING wrote:
How do you get the single quote mark to show up in a cell" I am trying to
round Degrees-minutes-seconds to degrees-minutes. When I extract all the
components of the "Degree-minute-seconds" string (with the =mid function) out
into individual cells to do the rounding and then concatenate them back
together as "Degrees-minutes" the single quote (the minute mark) does not
show up in the cell by itself and therefore does not show up when
concatenated.

My temporary fix is just to place 2 single quotes in a cell instead of
extracting it with the =mid function, but I still want to know why it doesn't
work the other way and can I make it work, can you disable the logic that
associated the single quote with right justification?



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
Single quotation mark in Excel not showing up PALady Excel Discussion (Misc queries) 2 April 3rd 23 04:36 PM
How can I add active tick mark/check mark boxes in excel? gerberelli Excel Discussion (Misc queries) 2 May 3rd 08 05:16 PM
what is single quotation mark left side of cell for Stache02 Excel Discussion (Misc queries) 4 January 11th 08 09:19 PM
# mark help Excel Worksheet Functions 2 May 3rd 07 08:40 PM
Single or Double Quotation Mark and it comes up twice J.R.HOLMES Setting up and Configuration of Excel 1 December 31st 05 08:51 PM


All times are GMT +1. The time now is 11:13 AM.

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"