How can I lock a cell that I pull from another sheet?

Ana Thomaz
✭✭
How can I lock a cell that I pull from another sheet?
In this example will be : {Formula Table Range 9}, {Formula Table Range 11}
=IF($[Week-X]1 = {Formula Table Range 9}, {Formula Table Range 10}, IF($[Week-X]1 = {Formula Table Range 11}, {Formula Table Range 12}, IF($[Week-X]1 = {Formula Table Range 13}, {Formula Table Range 14}, IF($[Week-X]1 = {Formula Table Range 1}, {Formula Table Range 2}, IF($[Week-X]1 = {Formula Table Range,{Formula Table Range 4}, IF($[Week-X]1 = {Formula Table Range 6}, {Formula Table Range 5}))))))
Answers
-
What do you mean by "lock"? Are you trying to lock in a cross sheet reference, or are you trying to lock the cell in the destination sheet that is populated by the formula, or...?