Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
lsu-i-like
 
Posts: n/a
Default Formatting merged cells to have lines.


I would like to know if there is a way to format merged cells so that
lines show up where each cell would be.

Instead of having a cell look like this...

_TEST_

I want my cell to look like this...

_T|E|S|T_

But I want to be able to enter an entire word into the cell, not have
to do it letter by letter. I'm thinking right now the only way to do
that would be to enter data into one cell and then read it letter by
letter and insert each letter into a single cell.


--
lsu-i-like
------------------------------------------------------------------------
lsu-i-like's Profile: http://www.excelforum.com/member.php...o&userid=14317
View this thread: http://www.excelforum.com/showthread...hreadid=485854

  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Formatting merged cells to have lines.

If you put a word in A1, you can put a bunch of formulas in B1:X1 (enough cells
for each letter):

in B1:
=mid(a1,1,1)
in C1:
=mid(a1,2,1)
in d1:
=mid(a1,3,1)
.....

You could even be a little sneaky.
Put this in B1 and drag across:
=MID($A1,COLUMN()-1,1)

or no matter what column if you start with the cell to its right:
=MID($A1,COLUMN()-COLUMN($A1),1)

Change $a1 to the cell that holds the word -- in both spots.

lsu-i-like wrote:

I would like to know if there is a way to format merged cells so that
lines show up where each cell would be.

Instead of having a cell look like this...

_TEST_

I want my cell to look like this...

_T|E|S|T_

But I want to be able to enter an entire word into the cell, not have
to do it letter by letter. I'm thinking right now the only way to do
that would be to enter data into one cell and then read it letter by
letter and insert each letter into a single cell.

--
lsu-i-like
------------------------------------------------------------------------
lsu-i-like's Profile: http://www.excelforum.com/member.php...o&userid=14317
View this thread: http://www.excelforum.com/showthread...hreadid=485854


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formatting on unprotected cells MargaretAnnM Excel Discussion (Misc queries) 1 October 21st 05 12:22 AM
Formatting a range of cells doesn't work Stefi Excel Discussion (Misc queries) 6 August 15th 05 12:21 PM
Conditionial formatting for merged cells, function Len($A$4) CajunWebfoot Excel Worksheet Functions 1 July 28th 05 04:42 PM
Auto fit merged cells Anson Excel Discussion (Misc queries) 1 December 20th 04 09:09 PM
Cells losing formatting BdgBill Excel Discussion (Misc queries) 1 November 26th 04 08:03 AM


All times are GMT +1. The time now is 05:34 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"