I want to sum the values of Vx where Ax > 0
Try this formula to sum the first 100 values in column V where column A > 0.

=SUMPRODUCT(--(A1:A100>0), V1:V100)