I have two columns containing data and want to merge them into a third column
(Col D). Col B is number and Col C is text.
Existing data looks like this:
Col B Col C Col D
300 -0001 300-0001
300 -0002 300-0002
300 -0009 300-0003
I formatted C as CUSTOM (-0000). My concatenation formula (=(B2amp;quot;-000quot;amp;C2))
works until the Col C value is -0025, -0123, or -1234. These values appear as:
300-00025 (should be 300-0025)
300-00123 (should be 300-0123)
300-01234 (should be 300-1234)
Can someone help me fix this problem? Any help will be greatly appreciated
and thanks in advance.
KenP
=B2amp;TEXT(C2,quot;0000quot;)
--
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
quot;Kenquot; gt; wrote in message
...
gt; I have two columns containing data and want to merge them into a third
column
gt; (Col D). Col B is number and Col C is text.
gt;
gt; Existing data looks like this:
gt;
gt; Col B Col C Col D
gt; 300 -0001 300-0001
gt; 300 -0002 300-0002
gt; 300 -0009 300-0003
gt;
gt; I formatted C as CUSTOM (-0000). My concatenation formula
(=(B2amp;quot;-000quot;amp;C2))
gt; works until the Col C value is -0025, -0123, or -1234. These values appear
as:
gt;
gt; 300-00025 (should be 300-0025)
gt; 300-00123 (should be 300-0123)
gt; 300-01234 (should be 300-1234)
gt;
gt; Can someone help me fix this problem? Any help will be greatly appreciated
gt; and thanks in advance.
gt;
gt; KenP
gt;
gt;
- May 16 Wed 2007 20:37
Concatenation
close
全站熱搜
留言列表
發表留言