concatenate

T

terri

I want to conatenate 2 cells. In cell A1 I have a Vlookup and cell A2 I have
a number.

In cell a3 when I put =concatenate(a1,a2) I'm getting a #ref!. I'm sure
it's because of the lookup, but I really don't want to change my lookup to a
value.

Is there anyway to get around it?

Thanks.
 
D

Dave Peterson

It's not simply because of the =vlookup() in A1. If that formula returns an
error (or A2 contains an error), then you'll see an error.

But if A1 evaluates nicely (no error), it should work ok.
 
N

Niek Otten

It is (almost?) impossible to make CONCATENATE() to return #VALUE, unless one of the input cells is #VALUE.
What are your input values or formulas?

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


|I want to conatenate 2 cells. In cell A1 I have a Vlookup and cell A2 I have
| a number.
|
| In cell a3 when I put =concatenate(a1,a2) I'm getting a #ref!. I'm sure
| it's because of the lookup, but I really don't want to change my lookup to a
| value.
|
| Is there anyway to get around it?
|
| Thanks.
 
N

Niek Otten

Sorry, you stated #REF, not #VALUE.

Please give your exact formula, where it is and the formulas and values of the input cells.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| It is (almost?) impossible to make CONCATENATE() to return #VALUE, unless one of the input cells is #VALUE.
| What are your input values or formulas?
|
| --
| Kind regards,
|
| Niek Otten
| Microsoft MVP - Excel
|
|
||I want to conatenate 2 cells. In cell A1 I have a Vlookup and cell A2 I have
|| a number.
||
|| In cell a3 when I put =concatenate(a1,a2) I'm getting a #ref!. I'm sure
|| it's because of the lookup, but I really don't want to change my lookup to a
|| value.
||
|| Is there anyway to get around it?
||
|| Thanks.
|
|
 

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