How to Create Price Tags in Excel (with Quick Steps)

Get FREE Advanced Excel Exercises with Solutions!

In this article, we will demonstrate how to create price tags in Excel with a sample data column. Remember one thing, you can change the data according to ways that will serve your purposes. For example, if you require a barcode in the Price Tag, please visit this post on our website ExcelDemy, and add it to your column.


Download Practice Workbook

You can download the practice workbook from the following download button.


Steps to Create Price Tags in Excel

Suppose we have Sample Data of Product, Product ID, Type, and Price that are required to create a price tag. First of all, we will add extra columns other than the aforementioned types of columns to create a price tag in Excel.

Sample Data of Product, Product ID, Type, and Price


⦿ Step 1: Add Extra Columns to Join the Text

  • First of all, we will create columns with Title and sample side by side like the followings:

Product: Product-1

Product ID: DF434893

Type: Big Sale

Price: $20

  • To do so, we will use the TEXTJOIN function to combine Row 4 with the corresponding data in the other rows.
  • So, to do the functionality, we will enter the following equation in cell G5.
=TEXTJOIN(": ",TRUE,$B$4,B5)

Here,

“: “= Delimiter Argument 

TRUE= Ignore Empty Cells

$B$4= Product

B5= Product-1

Result: Product: Product-1

use the TEXTJOIN function to combine Row 4 with the corresponding data

  • So now, drag the fill handle downwards to complete the series.

drag the fill handle downwards

  • Secondly, we will use the TEXTJOIN function to combine Row 4 with the corresponding data in the other rows.
  • Now, to do the job, we will enter the following equation in cell H5.
=TEXTJOIN(": ",TRUE,$C$4,C5)

Here,

“: “= Delimiter Argument

TRUE= Ignore Empty Cells

$C$4= Product ID

C5= DF434893

Result= Product ID: DF434893

use the TEXTJOIN function to combine Row 4 with the corresponding data

  • Again, drag the fill handle down to complete the sequence.

drag the fill handle down to complete the sequence

  • Thirdly, we will again use the TEXTJOIN function to combine Row 4 with the corresponding data in the other rows.
  • Now, we will enter the following equation in cell I5.
=TEXTJOIN(": ",TRUE, $D$4,D5)

Here,

“: “= Delimiter Argument

TRUE= Ignore Empty Cells

$D$4= Type

D5= Big Sale

Result= Type: Big Sale

use the TEXTJOIN function to combine Row 4 with the corresponding data

  • Further, we will drag the fill handle downward to complete the series.

Further, we will drag the fill handle downward

  • In this last column, we will use the TEXTJOIN function to combine Row 4 with the corresponding data in the other rows.
  • Now, we will enter the following equation in cell J5.
=TEXTJOIN(": $",TRUE, $E$4,E5)

Here,

“: $”= Delimiter Argument

TRUE= Ignore Empty Cells

$E$4= Price

E5= $20

Result= Price: $20

use the TEXTJOIN function to combine Row 4 with the corresponding data

  • Again, like in the many previous steps, now, drag the fill handle downward to complete the series.

drag the fill handle downward to complete the series

Read More: How to Add Tags in Excel (2 Simple Ways)


⦿ Step 2: Create Price Tags Within a Cell

  • At this moment, we will combine cells from the extra columns and combine them under the Price Tag.
  • We have used the following formula to serve that purpose.
=TEXTJOIN(CHAR(10),TRUE,TRANSPOSE(G5:J5))

Here,

CHAR(10)= Line Break Argument

TRUE= Ignore Empty Cells

TRANSPOSE(G5:J5)= Cells from G5 to J5 will be transposed.

➽ Result= “Product: Product-1

                   Product ID: DF434893

                  Type: Big Sale

                  Price: $20″

Create Price Tags Within a Cell

  • Last but not least, we will select the following Home >> Alignment >> Wrap Text.

Create Price Tags Within a Cell

double-click on the row like the image below

  • Now to complete the Price Tag column, we will drag the fill handle down like in the image below.

to complete the Price Tag column, we will drag the fill handle down like in the image below

  • Like the following image, we will select multiple rows.

Create Price Tags Within a Cell

  • Now double-click on the mouse when the Excel cursor turns into like in the following image.

double-click on the mouse when the Excel cursor turns into like in the following image

  • Now we have the Price tag column. Further, you can modify your tag according to your preference.

the Price tag column

Create Price Tags Within a Cell

  • Again, select all rows and select AutoFit Row Height.

select all rows and select AutoFit Row Height

  • Our final table containing data for the price tags is here as in the image below.

final table containing data for the price tags

Read More: Smart Tags in Excel: Definition & Different Uses


Conclusion

Follow these steps and stages on how to create price tags in excel. You are welcome to download the workbook and use it for your own practice. If you have any questions, concerns, or suggestions, please leave them in the comments section of our blog ExcelDemy.


Related Articles

Al Ikram Amit
Al Ikram Amit

Hello, I'm Amit, a BUET graduate with a passion for Excel. Currently, I work as an Excel & VBA Content Developer at ExcelDemy, contributing insightful articles to the blog. I enjoy sharing my knowledge with others and always look for opportunities to grow as an Excel expert. Feel free to reach out if you need assistance or want to discuss the latest trends in Excel. Let's excel together in the world of data manipulation and analysis!

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo