# using the "if" function

**URL:** https://community.mp3tag.de/t/using-the-if-function/12332
**Category:** Support
**Created:** [July 26, 2011, 1:57pm UTC](https://community.mp3tag.de/t/using-the-if-function/12332 "2011-07-26T13:57:23Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![anthony\_reber](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/a/a4c791/32.png) [@anthony\_reber](https://community.mp3tag.de/u/anthony_reber)
#### Post date: [July 26, 2011, 1:57pm UTC](https://community.mp3tag.de/t/using-the-if-function/12332/1 "2011-07-26T13:57:23Z")

</div>

Hi, I'm really new to this renaming tool and would like to perform the following action:

I want all the title fields that do not have the mix or remix version specified to have this: (Original Mix) on the end of the title field. So it would do something like this:

John Flubber - North (Original Mix) =\> unchanged  
John Flubber - North (Cedric Gervais Mix) =\> unchanged

John Flubber - North =\> John Flubber - North (Original Mix)

I tried several ways by using the format value action, with the if2 expression but didn't get anywhere.

I would really appreciate your help.

Many thanks!  
T-RONY

---

<div class="post-metadata">

### Author: ![DetlevD](https://community.mp3tag.de/user_avatar/community.mp3tag.de/detlevd/32/123_2.png) [@DetlevD](https://community.mp3tag.de/u/DetlevD)
#### Post date: [July 26, 2011, 2:26pm UTC](https://community.mp3tag.de/t/using-the-if-function/12332/2 "2011-07-26T14:26:43Z")

</div>

> [@T-RONY](#):
>
> Hi, I'm really new to this renaming tool and would like to perform the following action:  
> I want all the title fields that do not have the mix or remix version specified to have this: (Original Mix) on the end of the title field. ...

1. 

Use the Filter with this expression ...  
NOT TITLE MATCHES "(.+)$"  
2.  
Use an action ...  
Action: Format value  
Field: TITLE  
Formatstring: %TITLE%' (Original Mix)'

DD.20110726.1828.CEST

---

<div class="post-metadata">

### Author: ![anthony\_reber](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/a/a4c791/32.png) [@anthony\_reber](https://community.mp3tag.de/u/anthony_reber)
#### Post date: [July 28, 2011, 7:52am UTC](https://community.mp3tag.de/t/using-the-if-function/12332/3 "2011-07-28T07:52:24Z")

</div>

Thanks a lot, it worked. 🙂

---

<div class="post-metadata">

### Author: ![system](https://community.mp3tag.de/uploads/default/original/2X/c/ce7035d426cb755a7916793326d23b465222a407.png) [@system](https://community.mp3tag.de/u/system)
#### Post date: [February 9, 2026, 12:23pm UTC](https://community.mp3tag.de/t/using-the-if-function/12332/4 "2026-02-09T12:23:14Z")

</div>


