![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 1
|
Can anyone tell me how? Passed a copy of s sheet to a client who, rather than making changes in a single column, changed things everywhere with no revision tracking at all.
|
|
|
|
|
|
#2 |
|
New Member
Join Date: Mar 2002
Posts: 33
|
one idea is to put the two sheets next to each other in the same workbook (renaming one of them). For example, if one is named "MyVersion" and the other "ClientVersion" then add a new sheet, and in the new sheet's cell A1, put:
if(MyVersion!A1<>ClientVersion!A1,"***","") then "***" will show up if they're different. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|