Let's say I have a workbook with two sheets: A and B.
I'm looking for a simple version control system that would allow two users to work on one workbook and keep it in sync. So,
- User 1 works on sheet A
- User 2 works on sheet B
What's a nice & simple way to keep the workbook synced for both users? I don't know if this would require a Macro to compare sheets or if there is some kind of version control software like git to do this.