jordanburch
Active Member
- Joined
- Jun 10, 2016
- Messages
- 443
- Office Version
- 2016
Hey guys,
im trying to get the vba code to insert every other cell
basically starting with cell r3 it would insert this function
=IF(Q2="pride Mobility products Corporation",O2*-0.02,IF(Q2="Quantum rehab",O2*-0.02,IF(Q2="Drive Medical",O2*-0.01,0)))
then it would insert it into r5 r7 r9 r11 r13 until there is no more data in any row. This would need to be dynamic as it would change each result, so when it inserts into r5 it should look like this
=IF(Q4="pride Mobility products Corporation",O4*-0.02,IF(Q4="Quantum rehab",O4*-0.02,IF(Q4="Drive Medical",O4*-0.01,0)))
and so and and so forth. Please let me know your thoughts.
Thanks!
Jordan
im trying to get the vba code to insert every other cell
basically starting with cell r3 it would insert this function
=IF(Q2="pride Mobility products Corporation",O2*-0.02,IF(Q2="Quantum rehab",O2*-0.02,IF(Q2="Drive Medical",O2*-0.01,0)))
then it would insert it into r5 r7 r9 r11 r13 until there is no more data in any row. This would need to be dynamic as it would change each result, so when it inserts into r5 it should look like this
=IF(Q4="pride Mobility products Corporation",O4*-0.02,IF(Q4="Quantum rehab",O4*-0.02,IF(Q4="Drive Medical",O4*-0.01,0)))
and so and and so forth. Please let me know your thoughts.
Thanks!
Jordan