Carl Witthoft said:
Define "create a new row" and what, if anything, you'd like pasted
there.
But if you also mean, "don't mess with the current value in column H"
then there's no way to do this outside of a macro, because a cell
formula cannot (so far as I recall) place a value in some other cell.
Sheet #1 has nothing in Col H so I'd just want to copy the value from
Sheet#2 col F.
Inserting a blank row is an effort to insure that the total number of
entries in Sheet #1 matches Sheet #2 which has some additional rows.
For example, if Sheet #1 has
A
100
200
300
400
500
600
700
and Sheet #2 has
100
102
200
300
301
400
500
600
700
The New Sheet #1
100
200
300
400
500
600
700
If the contents of Sheet #2 Col A could be copied to Sheet #1 ColA along
with the value in Sheet #2 Col F to Sheet #1 Col H, even better.
If copying to a third sheet would make it easier, that would be ok too.
Too confusing?