Hi geeks
I have two Worksheets: "data1" and "data2".
I need to put values in column "description" of the "data1" sheet from the corresponding row numbers and "event" column of the "data2" sheet.
I unsuccessfully tried different formulae, in each cell of the column "description" for the "data1" sheet; similar to the following Pseudo syntax:
= sheets("data").range(CurrentRow, "event")
Please help.
Rabi
I have two Worksheets: "data1" and "data2".
I need to put values in column "description" of the "data1" sheet from the corresponding row numbers and "event" column of the "data2" sheet.
I unsuccessfully tried different formulae, in each cell of the column "description" for the "data1" sheet; similar to the following Pseudo syntax:
= sheets("data").range(CurrentRow, "event")
Please help.
Rabi