T
Tony
Hello,
I have two cells S3 and T3 that can either be "Financed"
or "Not Financed". My financed amount includes or
excludes the amt in cells S3 and T3 depending on if they
are "Financed" or "Not Financed". So, I can have the
cells both say "Financed" or "Not Financed" or one
says "Financed" and the other says "Not Financed".
I think this is an If and statement. The formula I have
now is:
=IF(AND
(S3="Financed",T3="Financed"),AH3*0.85+AH3*0.0282+AM3,AH3*
0.85)
But, the financed amount does not change all the time if
I toggle T3 and S3 back and forth from "Financed" "Not
Financed". It is hard to explain but toggling back and
forth does not calculate properly. There is something
missing from the formula.
Thank you
I have two cells S3 and T3 that can either be "Financed"
or "Not Financed". My financed amount includes or
excludes the amt in cells S3 and T3 depending on if they
are "Financed" or "Not Financed". So, I can have the
cells both say "Financed" or "Not Financed" or one
says "Financed" and the other says "Not Financed".
I think this is an If and statement. The formula I have
now is:
=IF(AND
(S3="Financed",T3="Financed"),AH3*0.85+AH3*0.0282+AM3,AH3*
0.85)
But, the financed amount does not change all the time if
I toggle T3 and S3 back and forth from "Financed" "Not
Financed". It is hard to explain but toggling back and
forth does not calculate properly. There is something
missing from the formula.
Thank you