Greetings.
I have two dynamic ranges, Columns A and B. I want add to my macro so that column C is automatically populated with
=IF(A3-A2>1000,A3-A2+B2,B2)
for C3,
=IF(A4-A3>1000,A4-A3+B3,B3)
for C4, and so on and so forth for the entire range of A and B. That is, if A and B expand and contract, C should match. I have been able to define the dynamic ranges by using the Name editor, but I do not know how to apply a specific cell-by-cell formula to the new range.
Any help would be appreciated.
Thanks
Bookmarks