Digamos que tenhamos dados como:
ExecutandoestamacrocurtadoVBA:
SubMakeEquation()DimNAsLong,iAsLongN=Cells(Rows.Count,"A").End(xlUp).Row
For i = 1 To N
With Cells(i, 1)
.Formula = "=(" & .Value & ")"
End With
Next i
End Sub
produzirá: