close

Hi,

I need to create a document range with begin and end number.
In one column I have the begin number of the document and in a second
one the number of pages.
How do I tell Excel to add the pages to the begin number ?

005-LA001_001 4 = 005-LA001_004
001-CTM_001 13 = 001-CTM_013
018-LA107-001_001 230 = 018-LA107-001_230

I have started a manual job on this, but got deparated after a while.

Thanks in advance !--
Dbase Beginner
------------------------------------------------------------------------
Dbase Beginner's Profile: www.excelforum.com/member.php...oamp;userid=20778
View this thread: www.excelforum.com/showthread...hreadid=503597On Sat, 21 Jan 2006 04:04:36 -0600, Dbase Beginner
lt;Dbase.Beginner.21zbym_1137838201.4975@excelforu m-nospam.comgt; wrote:

gt;
gt;Hi,
gt;
gt;I need to create a document range with begin and end number.
gt;In one column I have the begin number of the document and in a second
gt;one the number of pages.
gt;How do I tell Excel to add the pages to the begin number ?
gt;
gt;005-LA001_001 4 = 005-LA001_004
gt;001-CTM_001 13 = 001-CTM_013
gt;018-LA107-001_001 230 = 018-LA107-001_230
gt;
gt;I have started a manual job on this, but got deparated after a while.
gt;
gt;Thanks in advance !=LEFT(A1,FIND(quot;_quot;,A1))amp; TEXT(RIGHT(A1,3) B1-1,quot;000quot;)

However, if the starting number is always 001, then the above simplifies to:

=LEFT(A1,FIND(quot;_quot;,A1))amp; TEXT(B1,quot;000quot;)--ron

全站熱搜
創作者介紹
創作者 software 的頭像
software

software

software 發表在 痞客邦 留言(0) 人氣()