Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Combining formatted columns

I have added leading zeros to cell contents in 2 columns. To link data in
this spreadsheet to another one, I need to concatenate the columns. When I
do this, I lose the leading zeroes from each column, which need to remain if
I expect to link the spreadsheets. What's the solution?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Combining formatted columns

What's you format? Use

=TEXT(A1,"0000")&" "&TEXT(B1,"0000")

replace the zeros with your custom format in the text formula


--
Regards,

Peo Sjoblom


"beerguy" wrote in message
...
I have added leading zeros to cell contents in 2 columns. To link data in
this spreadsheet to another one, I need to concatenate the columns. When
I
do this, I lose the leading zeroes from each column, which need to remain
if
I expect to link the spreadsheets. What's the solution?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Combining formatted columns

Awesome! Will the format of the cell (text) be an issue if the cell in the
other spreadsheet is not text? That is, is format and content important when
doing the LOOKUP? Thanks again for the great tip!

"Peo Sjoblom" wrote:

What's you format? Use

=TEXT(A1,"0000")&" "&TEXT(B1,"0000")

replace the zeros with your custom format in the text formula


--
Regards,

Peo Sjoblom


"beerguy" wrote in message
...
I have added leading zeros to cell contents in 2 columns. To link data in
this spreadsheet to another one, I need to concatenate the columns. When
I
do this, I lose the leading zeroes from each column, which need to remain
if
I expect to link the spreadsheets. What's the solution?




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Combining formatted columns

Yes but you can fix that by making the lookup value either text or number
depending on what the lookup table values are
What's you lookup formula?


--
Regards,

Peo Sjoblom



"beerguy" wrote in message
...
Awesome! Will the format of the cell (text) be an issue if the cell in
the
other spreadsheet is not text? That is, is format and content important
when
doing the LOOKUP? Thanks again for the great tip!

"Peo Sjoblom" wrote:

What's you format? Use

=TEXT(A1,"0000")&" "&TEXT(B1,"0000")

replace the zeros with your custom format in the text formula


--
Regards,

Peo Sjoblom


"beerguy" wrote in message
...
I have added leading zeros to cell contents in 2 columns. To link data
in
this spreadsheet to another one, I need to concatenate the columns.
When
I
do this, I lose the leading zeroes from each column, which need to
remain
if
I expect to link the spreadsheets. What's the solution?






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
Combining Text from 2 Columns into 1 then Deleting the 2 Columns sleepindogg Excel Worksheet Functions 5 September 19th 08 12:36 AM
Can a Text Box be Formatted in Columns? Wuddus Excel Discussion (Misc queries) 4 August 2nd 06 06:40 PM
Deleted Columns replaced with formatted columns DAMman21 Excel Discussion (Misc queries) 0 May 30th 06 10:31 PM
Getting information from 2 difference formatted columns Sandy Excel Discussion (Misc queries) 2 March 21st 06 02:53 PM
Converting 'General' formatted cells to Text formatted cell using. Zahid Khan Excel Worksheet Functions 1 March 12th 05 07:13 PM


All times are GMT +1. The time now is 09:17 PM.

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

About Us

"It's about Microsoft Excel"