tab within cell

D

Dave Peterson

You can put a tab character in a cell, but it won't work like a tab in MSWord.

="asdf"&char(9)&"qwer"

About the closest thing you can do is use multiple spaces.
 
Top