Hi All,
I was wondering if it was possible to use the Find and Replace tool for finding matching columns across 2 different sheets and then replacing data in one column from that on the second sheet
For example
I have 2 sheets of data below and I want to replace the comment "Pending" with the comment "Collected" from the second table, replace the blank comment with comment "Reserved" and replace the comment "Acknowledged" with the comment "Cancelled".
| Last Internal Note | Collection No |
| Pending | 12345A |
| | 67891B |
| Acknowledged | 98765C |
| Comments | Collection No |
| Collected | 12345A |
| Reserved | 67891B |
| Cancelled | 98765C |