Outstanding I say :-DI'm on twice as much as yesterday...![]()
In case I've next set of data in column A and would like to enter another region the same way, how about we do it ?
Sub Demo()
Const F = "IF(#2>"""",#2,""#C"")"
With Cells(1).CurrentRegion.Columns(2)
.Value = Evaluate(Replace$(Replace$(F, "#2", .Address), "#C", "Japan"))
End With
End Sub