D David Biddulph Sep 25, 2006 #2 VzBjim said: trying to screen out the last 4 digits of a telephone number Click to expand... =LEFT(A1,LEN(A1)-4)
VzBjim said: trying to screen out the last 4 digits of a telephone number Click to expand... =LEFT(A1,LEN(A1)-4)
G Guest Sep 25, 2006 #3 Hi, try to use an auxiliar column excluding the last for digits, and fitler. if you have 8 digits on the phone number use =right(a2,8) hth -- regards from Brazil Thanks in advance for your feedback. Marcelo "VzBjim" escreveu:
Hi, try to use an auxiliar column excluding the last for digits, and fitler. if you have 8 digits on the phone number use =right(a2,8) hth -- regards from Brazil Thanks in advance for your feedback. Marcelo "VzBjim" escreveu: