Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I want to make a cell that contains both left and right justified text. Can
that be done? I.E. A1 = "Item Desc 1" ; B1 = "1001" I want to make a formula so that in C1 the result will be; First 30 characters is A1 left justified Character 31-35 is B1 right justified. =A1&REPT(" ",30-LEN(A1))&B1 will work only if I switch to a non proportional font. But I would prefer not to swap the font. Maybe something like a chr(#) that will insert a right tab? any ideas? -- Regards, John |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to create a variable column in cell reference | Excel Worksheet Functions | |||
How can I get a cell locked if the condition is false? | Excel Worksheet Functions | |||
Can a Formula in Cell X modify Cell Y? | Excel Discussion (Misc queries) | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel | |||
VLookup resulting in a blank cell... | Excel Worksheet Functions |