M HYPE SPLASH
// updates

How do I enter an @ at the beginning of cell (when its not a formula)

By Abigail Rogers

I often need to do such things as enter a column of twitter handles. But if I start a cell by typing "@", excel assumes its a formula, and worse, refuses to accept a bad formula.

2 Answers

usually you can use ' at the beginning of a cell to show the value as a string.

4

Through experimentation, I found that I can set the whole column with a format of "Text" and that convinces Excel to accept the poorly formated "formulas". So this is a workable solution.

But I don't accept this as an elegant or proper solution, as it still assumes the input is a formula, and it acts as so (trying to sum other cells clicked, and such) until I force it to finish editing the cell. In other words, I don't trust the results of this solution.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy