![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Posts: 91
|
problem is such:
Colum a contains a digit colum B contains a digit These two digits need to be combined to make a number whish is stored in colum C: example IN A we have digit 1 IN B we have digit 2 Want colum C to contain 12 help apreciated |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
=(A1&B1)+0
or =A1*10+B1 [ This Message was edited by: Mark W. on 2002-04-16 08:22 ] |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Posts: 7,743
|
In C1 enter =concatenate(a1,b1)
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|