Help in formula
-
Hi, im trying to create a fare estimated calculator. I want to show a total calculated from # of personas by cost of destination. You can see it here https://transprogresochoco.com.co/?page_id=463
My formula is:IF(C<0){}
ELSE IF (C>0) {R*C}
IF(D<0){}
ELSE IF (D>0) {R*D}
IF(E<0){}
ELSE IF (E>0) {R*E}
IF(F<0){}
ELSE IF (F>0) {R*F}
IF(G<0){}
ELSE IF (G>0) {R*G}
IF(H<0){}
ELSE IF (H>0) {R*H}
IF(I<0){}
ELSE IF (I>0) {R*I}
IF(J<0){}
ELSE IF (J>0) {R*J}
IF(K<0){}
ELSE IF (K>0) {R*K}
IF(L<0){}
ELSE IF (L>0) {R*L}
IF(M<0){}
ELSE IF (M>0) {R*M}
IF(O<0){}
ELSE IF (O>0) {R*O}
IF(P<0){}
ELSE IF (P>0) {R*P}
IF(Q<0){}
ELSE IF (Q>0) {R*Q}It doesnt work. Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Help in formula’ is closed to new replies.