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: Profil Nicole23
 | Femeie 25 ani Bucuresti cauta Barbat 28 - 65 ani |
|
|
Mrrrr's Forum (VIEW ONLY)ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
TRaPModerator
Postari: 960
|
|
For non-table fields, when you add a formula and you want to make a column absolute (so it doesn't change when dragging the formula on another column), you press F4 and $ signs appear in the address.
Non-absolute: A2:A10
Absolute: $A$2:$A$10
For table fields, this is a bit different and cannot be done using F4 or any shortcut key afaik
Non-absolute: Table1[Material]
Absolute (this needs to be done manually afaik, F4 won't work) Table1[[Material]:[Material]]
|
|
| |
|
| #2 |
|
|
If you need a column cell reference to be absolute, for example so it remains while you drag a formula across columns, do this:
=[@Position]
becomes:
=[@[Position]:[Position]]
_______________________________________

|
|
| |
|
| #3 |
TRaPModerator
Postari: 960
|
|
key word: excel table static
I keep searching for that word instead of "absolute"
|
|
| |
|