C
Christine Lombardo
I need to create an equation.
If (roundup(AE104*2,-3)>=300000) then =300000 or if
(roundup(AE104*2,-3)<300000) then =roundup(AE104*2,-3)
Basically:
If y>=x then x, if y<x then y
If (roundup(AE104*2,-3)>=300000) then =300000 or if
(roundup(AE104*2,-3)<300000) then =roundup(AE104*2,-3)
Basically:
If y>=x then x, if y<x then y