Hi, I am trying to make better, so instead of
A = Range("B2").Value
B = Range("B3").Value
C = Range("B4").Value
E = Range("B5").Value
F = Range("B6").Value
G = WorksheetFunction.RoundUp(Abs(A + (1 + (B / C) * (E - F)) / 2), 0)
Range("B2").Value = G
I am trying to use this
Cells(2, 4).value =...