letchimera
New Member
- Joined
- Jan 13, 2018
- Messages
- 3
Hi All,
I have a sheet with data and comments added to it. However, this data is changing and new reports need to be run. However, the comment field is the same for the old data.
So i would like find and insert the value in the cells from "Comment" column into the new spreadsheet, as per below:
Old spreadsheet:
[TABLE="width: 642"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Time[/TD]
[TD]Tag[/TD]
[TD]Name[/TD]
[TD]State[/TD]
[TD]Comment[/TD]
[/TR]
[TR]
[TD]13/01/2018[/TD]
[TD]05:08:58[/TD]
[TD]Operations[/TD]
[TD]Stefan[/TD]
[TD]ON[/TD]
[TD]In spain has rain again[/TD]
[/TR]
[TR]
[TD]12/01/2018[/TD]
[TD]07:08:17[/TD]
[TD]Banking[/TD]
[TD]Deidra[/TD]
[TD]ON[/TD]
[TD]Door was opened[/TD]
[/TR]
[TR]
[TD]04/01/2018[/TD]
[TD]16:15:27[/TD]
[TD]Consult[/TD]
[TD]Mike[/TD]
[TD]ON[/TD]
[TD]Door was closed[/TD]
[/TR]
</tbody>[/TABLE]
New spreadsheet, where data is missing:
[TABLE="width: 642"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Time[/TD]
[TD]Tag[/TD]
[TD]Name[/TD]
[TD]State[/TD]
[TD]Comment[/TD]
[/TR]
[TR]
[TD]13/01/2018[/TD]
[TD]05:08:58[/TD]
[TD]Operations[/TD]
[TD]Stefan[/TD]
[TD]ON[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12/01/2018[/TD]
[TD]07:08:17[/TD]
[TD]Banking[/TD]
[TD]Deidra[/TD]
[TD]ON[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]04/01/2018[/TD]
[TD]16:15:27[/TD]
[TD]Consult[/TD]
[TD]Mike[/TD]
[TD]ON[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The Date, Time and Tag need to be the Unique Identifier. I was thinking something like IF(A2,B2,C2 found in '1201'! Then insert F"value" in '1301'! Fx)
Any help Is greatly appreciated.
Regards,
Stefan
I have a sheet with data and comments added to it. However, this data is changing and new reports need to be run. However, the comment field is the same for the old data.
So i would like find and insert the value in the cells from "Comment" column into the new spreadsheet, as per below:
Old spreadsheet:
[TABLE="width: 642"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Time[/TD]
[TD]Tag[/TD]
[TD]Name[/TD]
[TD]State[/TD]
[TD]Comment[/TD]
[/TR]
[TR]
[TD]13/01/2018[/TD]
[TD]05:08:58[/TD]
[TD]Operations[/TD]
[TD]Stefan[/TD]
[TD]ON[/TD]
[TD]In spain has rain again[/TD]
[/TR]
[TR]
[TD]12/01/2018[/TD]
[TD]07:08:17[/TD]
[TD]Banking[/TD]
[TD]Deidra[/TD]
[TD]ON[/TD]
[TD]Door was opened[/TD]
[/TR]
[TR]
[TD]04/01/2018[/TD]
[TD]16:15:27[/TD]
[TD]Consult[/TD]
[TD]Mike[/TD]
[TD]ON[/TD]
[TD]Door was closed[/TD]
[/TR]
</tbody>[/TABLE]
New spreadsheet, where data is missing:
[TABLE="width: 642"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Time[/TD]
[TD]Tag[/TD]
[TD]Name[/TD]
[TD]State[/TD]
[TD]Comment[/TD]
[/TR]
[TR]
[TD]13/01/2018[/TD]
[TD]05:08:58[/TD]
[TD]Operations[/TD]
[TD]Stefan[/TD]
[TD]ON[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12/01/2018[/TD]
[TD]07:08:17[/TD]
[TD]Banking[/TD]
[TD]Deidra[/TD]
[TD]ON[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]04/01/2018[/TD]
[TD]16:15:27[/TD]
[TD]Consult[/TD]
[TD]Mike[/TD]
[TD]ON[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The Date, Time and Tag need to be the Unique Identifier. I was thinking something like IF(A2,B2,C2 found in '1201'! Then insert F"value" in '1301'! Fx)
Any help Is greatly appreciated.
Regards,
Stefan