Explanation
The replace function lets you replace text based on its location and length.
In this case, we want to strip off the drive and path and leave only the document name.
For example =REPLACE(“XYZ123”,4,3,“456”) returns “XYZ456”.
The replace function lets you replace text based on its location and length.
In this case, we want to strip off the drive and path and leave only the document name.
For example =REPLACE(“XYZ123”,4,3,“456”) returns “XYZ456”.