=ROUNDDOWN(3.40660841070453,2)
Sub test()
With Selection
.Value = Evaluate("trunc(" & .Address & ",2)")
.NumberFormat = "#.00"
End With
End Sub
How about if you have a range of values and you want them truncated?try the macro i suggest :D o use the TRUNC formula in another column and then copy - paste the result as values.