Thread: tab within cell
View Single Post
  #1   Report Post  
Dave Peterson
 
Posts: n/a
Default

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.



BorisS wrote:

is there a way to put a tabbed space within a cell?
--
Boris


--

Dave Peterson