CONCATENATE

serge

Well-known Member
Joined
Oct 8, 2008
Messages
1,442
Office Version
  1. 2007
Platform
  1. Windows
Hi,
I'm using this formula =CONCATENATE('D4 11'!A234,'D4 111'!A234)*1
It take a number from different tab but the return is not right when I get 01 or 00 for example :
if I have first tab 39 and the second tab 01 this CONCATENATE return 391 and I need 3901 or
if I have first tab 39 and the second tab 00 this CONCATENATE return 390 and I need 3900
Can this be fix Please ?
Thank you.
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
TRY:

Excel Formula:
=CONCATENATE(Text('D4 11'!A234,"#00"),Text('D4 111'!A234,"#00"))*1
Do you ever need 2 leading zeros?
Cell Formulas
RangeFormula
A2A2=FORMULATEXT(A3)
A3A3=CONCATENATE(TEXT(B3,"#000"),TEXT(C3,"#000"))*1
 
Last edited:
Upvote 0
So quick, Thank you very much awoohaw it works fine now, I appreciate your help. no need 3 leading zeros yet but if I do ?
 
Upvote 0
my pleasure.
I updated my suggestion with a 2 leading zero formula. Just add more zeros for however many you need.

Best Wishes.
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top