Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Nou pe simpatie: andrum94 pe Simpatie
 | Femeie 24 ani Galati cauta Barbat 27 - 80 ani |
|
|
Mrrrr's Forum (VIEW ONLY)ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
|
|
Wanted to align some text based on value using custom formatting.
First, align all cells to center. Then:
For right align:
Use formula to determine which cells to format:
=$D2="Source 2"
Then under Format, go to: Custom and #,##0* ;;;* @
For left align:
Use formula to determine which cells to format:
=$D2="Source 1"
Instead of [Alt+2+5+5] in the end of the next format, you will have to keep Alt pressed and then type 2 5 5 to add an invisible character after you release Alt.
;;;@*[Alt+2+5+5]
The custom format should look just like this without " and ":
";;;@* "
Source: https://superuser.com/questions/548316/ ... formatting
_______________________________________

|
|
| |
|
| #2 |
TRaPModerator
Postari: 960
|
|
For center align:
This didn't work for me.
|
|
| |
|