#Value when trying to concatenate

lsweeney

New Member
Joined
Dec 2, 2020
Messages
6
Office Version
  1. 365
Platform
  1. Windows
Hi,

I am trying to concatenate two cells with a dash in the center. I have never had a problem like this where it just won't calculate. I don't know if it is the settings in the spreadsheet (not mine) or something else. If I try a simple =Right it will not calculate. Here is an example of sheet where I am trying to concatenate the cells in B18 with a dash then C1. Anyone know why this is happening? Thank you in advance!

1608214993869.png
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
What formula are you using?
 
Upvote 0
Nothing wrong with that, you could try textjoin
+Fluff v2.xlsm
ABCD
159
13
14
15
16
174015-59
1840154015-59
Main
Cell Formulas
RangeFormula
D17D17=TEXTJOIN("-",,B18,C1)
D18D18=CONCATENATE(B18,"-",C1)


What exactly do you have in B18 & C1?
 
Upvote 0
Solution

Forum statistics

Threads
1,215,453
Messages
6,124,918
Members
449,195
Latest member
Stevenciu

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