I need to write some VBA code which will write formula into several rows - however, I want it to select which rows it writes the code into depending upon the following
Sheet1
(Row Number) ID Price
1 1234 (Formula which will be written if applicable)
2 4321 (Formula which will be written if applicable)
3 5678 (Formula which will be written if applicable)
Sheet2
ID
1234
In this case, I would only want to write the formula into line 1 in sheet1.
is this possible? maybe an If statement or something or a For Each Rows = 1 to X????
Cheers.
Bookmarks