Prev: Locating row with no duplicate matching amount
Next: How do I copy a formula with the cell increasing by increments?
From: johncaleb on 3 May 2010 15:44 Need to merge A1 with B1. Critical to retain the format of each cell. A1 has text that is Left Justified. [JOHN ] B1 has text that is Right Justified.[ SMITH] Need the merged cell to retain each format. ie. [JOHN SMITH] I know I cannot use the CONCATENAT function with the spaces, because the text in B1 needs to be Right-Justified. Is there another option? please help. thanks.
From: dlw on 3 May 2010 15:59 you cannot format one cell to be both right and left justified instead of merging the cells, you have to concatenate them in a third cell "johncaleb" wrote: > Need to merge A1 with B1. > Critical to retain the format of each cell. > A1 has text that is Left Justified. [JOHN ] > B1 has text that is Right Justified.[ SMITH] > > Need the merged cell to retain each format. ie. [JOHN SMITH] > > I know I cannot use the CONCATENAT function with the spaces, because the > text in B1 needs to be Right-Justified. > > Is there another option? > please help. > > thanks.
From: johncaleb on 6 May 2010 08:56
Can I concatenate them in a third cell along with a formula to justify the second column excactly no space from the right? see below: what i have: [john ][ smith] [sam ][ williams] [antwane][ carlson] what i need to show in each cell: [john smith] [sam williams] [antwane carlson] if i concatenate, i get the below which is not what i want: [john smith ] [sam williams ] [antwane carlson ] can i put another formula in to justify all last names to the right? Please help thx "dlw" wrote: > you cannot format one cell to be both right and left justified > instead of merging the cells, you have to concatenate them in a third cell > > "johncaleb" wrote: > > > Need to merge A1 with B1. > > Critical to retain the format of each cell. > > A1 has text that is Left Justified. [JOHN ] > > B1 has text that is Right Justified.[ SMITH] > > > > Need the merged cell to retain each format. ie. [JOHN SMITH] > > > > I know I cannot use the CONCATENAT function with the spaces, because the > > text in B1 needs to be Right-Justified. > > > > Is there another option? > > please help. > > > > thanks. |