burgonyapure
New Member
- Joined
- May 31, 2019
- Messages
- 3
I can't describe my problem any better:
if (sheet1!A1 == sheet2!A1 && sheet1!A2 == sheet2!A2) {
sheet2!A10=sheet1!A3;
}
If a cell equals to another cell on another sheet, then a given cell should have the value of a cell from another sheet.
if (sheet1!A1 == sheet2!A1 && sheet1!A2 == sheet2!A2) {
sheet2!A10=sheet1!A3;
}
If a cell equals to another cell on another sheet, then a given cell should have the value of a cell from another sheet.