Code:
Sub Test()
Range("J:S").SpecialCells(xlCellTypeConstants, xlNumbers).Select
With Selection
.Cells.Value = .Cells.Value * 2.5
End With
End Sub
I want All cells with numbers in to be multiplied by 2.5 but if its a blank or zero to ignore the cells