I need to combine two text fields and add ()

  • Thread starter Thread starter Nigel Freeney
  • Start date Start date
N

Nigel Freeney

Hi,

Is it possible to combine the text contents of two cells and extra
characters sing a formula?
i.e. Result required A2(B2) in uppercase
The uppercase thing is not as necessary as the combined content and inserted
brackets.

Any help or suggestions of workarounds would be greatly appreciated.

Thanks,

Nigel
 
Enter this formula in C2:

=UPPER(A2)&"("&UPPER(B2)&")"

Hope tis helps.

Pete
 
Hi Pete,

Along the right lines I got the answer clue from an earlier post that
appeared after I had posted the question.

=UPPER(B2 & " (" & A2 & ")")

Thanks for the help - it would have got me there if I hadn't already worked
it out.

Nigel
 

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