![]() |
|
![]() |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]() Quote:
Highlight your cells or your entire column. On the Home ribbon, find the section for Number formatting. I tend to first format as a Number, change to four decimal places, and then go to Custom. In the Custom pane, you can type the character you want to show behind your number. The wrinkle is the quotation mark itself is not going to work, because Excel thinks you're using a formula. So I type behind the number " (open quotation mark) then ' (apostrophe) then another ' (apostrophe), then " (close quotation mark.) The quotes frame what you want to put there, and the two sequential apostrophes appear as if a quotation mark. So, in your Custom line, it's 0.000"''". Quote-apostrophe-apostrophe-quote. |
#2
|
|||
|
|||
![]()
Depending what you want to do with the values, you could also have an additional column next to your existing one, that has, for example
Code:
=A1&""" |
#3
|
||||
|
||||
![]()
Have you tried my suggestion in post #2 ?
|
#4
|
|||
|
|||
![]()
Yeah. Given OP's desire to leave the numerical values unchanged, just changing the formatting (as you have done), is probably what he needs. For other purposes though, changing the value could be useful. For example if he wanted a textual summary statement such as
Code:
="The measurement is: "&B1 Though, as I write this, is accurs to me that Code:
="The measurement is: "&TEXT(B1,"0.000\""") |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Split apart "page break" and "paragraph mark" | EwenMc | Word | 4 | 10-03-2021 02:12 AM |
![]() |
taddpoal | Word | 5 | 05-10-2020 04:07 PM |
"Magic" indentation for "too-long" text-lines that are longer than one line | pGrnd | Word | 2 | 04-20-2020 03:23 PM |
![]() |
ravl13 | Excel | 3 | 08-22-2017 12:26 PM |
Need help with conditional formatting & returning "Pass" / "Fail Results" in a Column N | mikey386 | Excel | 2 | 12-11-2014 01:14 PM |