I have a 'caseload report tab 1, service report tab 2.
tab 1 id numbers come to me with a ' before the numbers to keep the leading
zeros. tab 2 comes to be with the id numbers already converted to text, so it
keeps the leading zeros.
in tab 1 I used 'text to colunns' to get the ' not to import and was left
with my column of numbers.
tab 1 I have a named data range of primary name with column A ID, B,client,
C primary.
tab 2 I have lists of service dates with A ID number, B Client name, C
Vlookup(a2,primaryname,3,0)
Tab 1 ID and tab 2 ID are both formated as text.
I am have to F2,ENTER on each ID Cell in tab 2 (A) to have the C Vlookup
data flood in. Thanks