How can I insert a Tab inside an Excel cell?

Estep, Brian 0 Reputation points
2026-08-26T15:02:34.3833333+00:00

There was another thread asking this question. The accepted answers said that this was impossible. But... it is not impossible. I do not think there is a way to do it by typing a tab character in the formula bar, but you can absolutely get a tab character into an Excel cell.

Method 1: copy/paste a "tab" character into an Excel cell. To test this out, open a word document, type "1" and then "tab," then copy/paste this into an Excel cell using the formula bar. Next, right align the cell. You will see that the "1" does not align all the way to the right.

In the next cell, type "1". You will see that it aligns all the way to the right. In the next cell, type "1" and "space". You will notice that the space disappears, and the 1 aligns all the way to the right. The tab however, remains, and is not fully right-aligned. This proves that it is possible to get a tab character into an Excel cell.

Method 2: In the formula bar, type ="1"&CHAR(9). This should achieve the same result as Method 1. To remove the formula, you can copy and "paste values" over the cell itself. Presto, now you have a tab character.

Curious to hear any thoughts or if anyone out there knows a quicker/easier method to get a tab character into a cell using the formula bar itself?

Microsoft 365 and Office | Excel | For business | Windows
0 comments No comments

Answer accepted by question author
Kai-L 17,650 Reputation points Microsoft External Staff Moderator
2026-08-26T15:56:35.56+00:00

Dear Brian,

Thank you for taking the time to test this and write it up. Your right alignment test is a neat way to demonstrate it. I suspect the earlier thread was answering a slightly different question, since Excel does not render a tab as indentation inside a cell the way Word does. So tab as a formatting behavior is not available, but tab as a character certainly is, which is what you have shown. I am not aware of a quicker way to do it directly in the formula bar, as typing the key moves to the next cell rather than entering the character. I will leave this thread open in case other members of the community know of one.

Thank you again for being a valued member of the Q&A community and I wish you all the best!  

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.