Hi,
Have this code:
Sub Add_Column_for_Pivot()
Dim x As Long: x = LastRow(wData)
With Range("J1:J" & x)
.Value = Evaluate("IF(" & .Address & "," & .Offset(, -5).Address & "&" & .Offset(, -7).Address)
End With
End Sub
Where I want to fill with contatenated values of...