To resolve the annoying Conflicting Modifications, I use Excel to find text changes Paste each version in a separate column at Row 1 Scan the rows and insert cells to keep the same text on the same row In Row 1, insert this formula =IF(A1<>B1,1,"") in the first unused column Copy the formula right as many versions as you had less one Copy the formulas down to the last used row Wherever a 1 shows up, there's the conflict.While a bit tedious, this does find all the text conflicts. Changed formatting won't be found. It also will find edits as well as new lines.