Problem Concatenating Strings In Excel 2000

P

Phil Galey

I have Excel 2000 and am having trouble concatenating the contents of two
cells.

In cell E8 I have the letter D. In cell F8 I have the number 46833. In
cell G8, I typed the following:

=CONCATENATE(E8,F8)

However, what shows up in cell G8 is #Name? instead of the string D46833
that I expected. What could be wrong?
 
A

Andy Pope

Hi,

Are you sure you have spelt CONCATENATE correct in you spreadsheet. As
your posted formula work for me.

Another alternative to the concatenate formula is to use &

=E8 & F8

Cheers
Andy
 
R

Ron Rosenfeld

I have Excel 2000 and am having trouble concatenating the contents of two
cells.

In cell E8 I have the letter D. In cell F8 I have the number 46833. In
cell G8, I typed the following:

=CONCATENATE(E8,F8)

However, what shows up in cell G8 is #Name? instead of the string D46833
that I expected. What could be wrong?

Perhaps there is an extra non-printing character in your formula.

As pasted from this message, your formula works correctly with the data you
specify.
--ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top