I have a if conition as shown below

you can see i have used .trimmed in the second operand else my result returns as below i,e it shows not matched. But if the cell in the excel sheet is blank then i get error message sayinh that .trimmed is not a property. I use then String('Currentitem2['End User Bill"]). My ouput will be like this

You can see if dont use trimmed then end user shows not matched if i use String(%Currentitem2['End User Bill"],trimmed%) i get the error i mentioned earlier. My excel sheet may have values or blanks, and also when there are values unless i use .Trimmed it shows it is not matching.
I have used a if and solved but it means duplicating code in the True part and the false part, can we have this solved within the if Dialog box.