My workbook contains to sheets name Sheet1 and Sheet2.
Cell A1 inn Sheet1 refers to a value that I want to be copied to the next empty/available cell in column B in Sheet2 from a top/down perspective, but only if the corresponding column A contains a value.
Could anyone help me with a macro that can do this?
An example:
Sheet1
A1=100
Sheet2
A1=AA and B1=99
A2=BB
A3=CC
The macro should copy the value in Sheet1!A1 to cell Sheet2!B2 and Sheet2!B3, but not Sheet2!B4 since Sheet2!A4 contains no value.
Sincerely
Andy
Cell A1 inn Sheet1 refers to a value that I want to be copied to the next empty/available cell in column B in Sheet2 from a top/down perspective, but only if the corresponding column A contains a value.
Could anyone help me with a macro that can do this?
An example:
Sheet1
A1=100
Sheet2
A1=AA and B1=99
A2=BB
A3=CC
The macro should copy the value in Sheet1!A1 to cell Sheet2!B2 and Sheet2!B3, but not Sheet2!B4 since Sheet2!A4 contains no value.
Sincerely
Andy