For older Excel versions =IF(A2<>A1,A2,A2*1.5) dragged down could do the trick, but there is a drawback - formula links to 2 cells above, so it can't start in A2.
=IF(A2<>A1,A2,A2*1.5)
A2
Result: