#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 55
Default formula help

Hi-

Issue:
211
310
410
569

Would like to accomplish:
2211
2310
2410
2569

How do I add number 2 infront of the above ISSUE numbers as I have thousands
of line to do.

Soth


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 905
Default formula help

"Soth" wrote:
How do I add number 2 infront of the above ISSUE
numbers as I have thousands of line to do.


If the original data are truly numbers, not text, and all of them are 3
digits as in your example, you can do the following....

Put 2000 into an unused cell, and copy it (ctrl+C).

Then select the range of original numbers. If they are contiguous, you can
enter the range in the Name Box. Then do a special-paste-add, for example by
right-clicking the selected range. When done, you can delete the cell with
2000.

If that procedure does not work for you, my assumptions about your data are
probably wrong. Please explain the situation more completely.


----- original message -----

"Soth" wrote:

Hi-

Issue:
211
310
410
569

Would like to accomplish:
2211
2310
2410
2569

How do I add number 2 infront of the above ISSUE numbers as I have thousands
of line to do.

Soth


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default formula help

Hi,
In an adjacent column enter

=2&a1

"Soth" wrote:

Hi-

Issue:
211
310
410
569

Would like to accomplish:
2211
2310
2410
2569

How do I add number 2 infront of the above ISSUE numbers as I have thousands
of line to do.

Soth


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default formula help

John Bundy wrote:
If your number is in column A then in column B type
=2 & A1
and copy it down.



To keep the result as a number instead of text:

=--(2&A1)
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



All times are GMT +1. The time now is 04:47 AM.

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

About Us

"It's about Microsoft Excel"