hi- thank you to anyone who replies in advance.. but I have a file with a min in column P and a max in column R. Is it possible to write a code that would calc the difference between the two numbers and copy&insert those amount of rows.

ex:

row1 info1 info2 info3 7 10 info4
row2 info5 info6 info7 10 12 info5

goal:

row1 info1 info2 info3 7 14 info4
row2 info1 info2 info3 7 14 info4
row3 info1 info2 info3 7 14 info4
row4 info5 info6 info7 10 12 info5
row5 info5 info6 info7 10 12 info5