Hello,
I am looking to create a macro that will send a new value for a variable, one loop at a time. For example, if I have a number column and a multiplier column I can multiple these two together using a formula tool and create the Resulting Value column which presents the new values.
I'd like to loop through many values of multiplier such as 10, 11, and 12 where 10 is sent through in the first loop, 11 is sent in the second loop and 12 is sent in the third loop. At the end my final data will have 9 rows of data.
| Number | Multiplier | Resulting Value |
| 1 | 10 | 10 |
| 2 | 10 | 20 |
| 3 | 10 | 30 |