Hello,
So i'm trying to build a macro-updating document register.
So column A = the full URL of the file location (input via macro - see below)
Column B uses the following formula =LEFT(A2, FIND(CHAR(1), SUBSTITUTE(A2, "\", CHAR(1), LEN(A2)-LEN(SUBSTITUTE(A2, "\", ""))))-1) to find the...