Concatenate

rduncan

New Member
Joined
Apr 6, 2010
Messages
10
I'm trying to use the concatenate formula but it keeps returning a "#value" error. My formula is as follows: =concatenate("K",c12,d7,e9). c12=902, d7=E, e9=1. So concatenate should return K902E1. Any advice?
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
hmm, could it have anything to do with the formatting of the individual cells? should they all be formatted as text? some are numbers and some are text at the moment.
 
Upvote 0
Try this

http://support.microsoft.com/kb/214311

On Excel 2007 the Transitional Formula Evaluation is under

Excel Options
Advanced
and at the very bottom of the window Lotus Compatibility

If Transition Formula Evaluation is ticked I get an VALUE# error on CONCATENATE
If unticked I get the correct value
 
Upvote 0
that didn't seem to do it either Special-K. there must be something wrong with my sheet as I opened a new workbook and it works fine there. tis a mystery. thanks everyone!
 
Upvote 0
BTW, you don't have to type CONCATENATE at all:

="K"&C12&D7&E9
 
Upvote 0

Forum statistics

Threads
1,214,994
Messages
6,122,633
Members
449,092
Latest member
bsb1122

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