Forum Discussion
RobiFitz2
3 years agoFrequent Visitor
Update excel cell based on condition of another sheet
I have 2 excel sheets in the same workbook; a live edited sheet and a master sheet. I am looking to update comment history by comparing the live and master file and if they do not match, concatinate together and replace the master comment. Right now I manually have to concatinate in excel then copy and paste to replace the comments for 24,000 rows.
Note: I did try a macro however this is stored on and edited on a sharepoint which does not allow macros unless the file is downloaded
Live file
| Invoice # | Comment Date | Comment | Name | Reason |
| 100525 | 3/30/2023 | Email update from Jim | Sarah | Billing date moved |
| 100526 | 2/24/2023 | Increase in budget needed | Jim | Waiting on increase |
Master File
| Invoice # | Comment Date | Comment | Name | Reason |
| 100525 | 2/25/2023 | Increase in budget needed | Sarah | Waiting on increase |
| 100526 | 2/24/2023 | Increase in budget needed | Jim | Waiting on increase |
Master File - result
| Invoice # | Comment Date | Comment | Name | Reason |
| 100525 | 3/30/2023 | [Name] on [Comment Date]; [live comment]; [Live reason] [master comment] | Sarah | Billing date moved |
| 100526 | 2/24/2023 | Increase in budget needed | Jim | Waiting on increase |
No RepliesBe the first to reply