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

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
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,213,526
Messages
6,114,136
Members
448,551
Latest member
Sienna de Souza

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