Join number from formula with text...#VALUE

  • Thread starter Thread starter ekramer
  • Start date Start date
E

ekramer

I'm about to pull my hair out. Here is the seemlingly simple
situation.

On Sheet1 I have a cell (A1) with "6x0 PLT" and a cell (A2) with
"(gauge)," but in that cell (A2), the user will input a number,
replacing "(gauge)" with a number, like "16".

On Sheet 2, I want to do this: =Sheet1!A1&" "&Sheet1!A2, to produce
"6x0 PLT (gauge)". This works fine.

When I change cell A2 "(gauge)" to a numerical value, for instance,
"16", I get a #VALUE error in the concatenated cell.

I have tried making all of the subject cells general, or text. I have
also tried switching the order around. I just don't know what could be
wrong. Any help is appreciated. Thanks,

emkramer
 
Tools>options>transition, remove the check mark from "Transition formula
evaluation"

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

Portland, Oregon
 
Just check your formula again - are you sure the second ampersand (&)
has not been mis-typed as a plus (+) ?

Pete
 
=Summary!AE8&" x "&Summary!AE9&"ga"

That's stright from the line.
Summary!AE8="6x0 PLT"
Summary!AE9="(gauge)"

This works fine, but when I change AE9="16", I get the #VALUE.

Help.

E
 

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

Back
Top