# Artist vs Album Artist

**URL:** https://community.mp3tag.de/t/artist-vs-album-artist/15523
**Category:** General Discussion
**Created:** [February 21, 2014, 1:33am UTC](https://community.mp3tag.de/t/artist-vs-album-artist/15523 "2014-02-21T01:33:04Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jhicks52](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/j/ba8739/32.png) [@jhicks52](https://community.mp3tag.de/u/jhicks52)
#### Post date: [February 21, 2014, 1:33am UTC](https://community.mp3tag.de/t/artist-vs-album-artist/15523/1 "2014-02-21T01:33:04Z")

</div>

I have a need to make the Album Artist column contain the same info that is in the Artist column. Is there a way to do this?

---

<div class="post-metadata">

### Author: ![poster](https://community.mp3tag.de/user_avatar/community.mp3tag.de/poster/32/4881_2.png) [@poster](https://community.mp3tag.de/u/poster)
#### Post date: [February 21, 2014, 5:12am UTC](https://community.mp3tag.de/t/artist-vs-album-artist/15523/2 "2014-02-21T05:12:28Z")

</div>

Do you really want the same value in Albumartist as in Artist all the time?  
There is a reason for these different tags as an albumartist mostly is one person or band but the artists on one album not seldom are different persons or bands.

Anyway. This is very easy, either with the convert-menue (Tag - Tag) or the action-Menue (Format value).  
When you are not so experienced start with the Convert-Menue, because it shows you the result in a preview.

Field: Albumartist  
Format string: %artist%

If you only want to fill the Albumartist-tag if it is empty:  
Field: Albumartist  
Format string: $if2(%albumartist%,%artist%)
