Redundant Data entry

EXCESSPOTENTIAL

New Member
Joined
Sep 8, 2011
Messages
4
I have a work sheet were I enter a Job Number. That job number is used in several other cells and a text box.

1. I want to use the job number paired with the static prefix text TP- and user input to create the cell value.

Job number: 123456

User input: 064

Cell value: TP-123456-064

2. Can Text box contain formula values?
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Welcome to the Board!

You can concatenate the values like this:

="TP-"&A2&"-"&B2

Where Job Number is in A2, and User Input in B2.

To put that into a text box, draw one from the Developer tab, then set its Linked Cell property equal to the cell with the concatenated information.

HTH,
 
Upvote 0
Ok I want to try and take it a step further. can it be hard coded into the same cell where the user input is so that the user is just typing the input
 
Upvote 0

Forum statistics

Threads
1,224,550
Messages
6,179,462
Members
452,915
Latest member
hannnahheileen

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