![]() |
how can I eliminate the first 3 characters from a cell
I have a cell (A2) that has a code (AAA123456B). I need a formula that will
eliminate the first 3 charatcers from this code and post the remaining characters in a new cell. Please help. |
=RIGHT(A2,LEN(A2)-3)
-- Regards, Dave "brantty" wrote: I have a cell (A2) that has a code (AAA123456B). I need a formula that will eliminate the first 3 charatcers from this code and post the remaining characters in a new cell. Please help. |
that worked. thanks David
"David Billigmeier" wrote: =RIGHT(A2,LEN(A2)-3) -- Regards, Dave "brantty" wrote: I have a cell (A2) that has a code (AAA123456B). I need a formula that will eliminate the first 3 charatcers from this code and post the remaining characters in a new cell. Please help. |
=MID(A2,4,255)
Gord Dibben Excel MVP On Wed, 28 Sep 2005 13:25:03 -0700, "brantty" wrote: I have a cell (A2) that has a code (AAA123456B). I need a formula that will eliminate the first 3 charatcers from this code and post the remaining characters in a new cell. Please help. |
All times are GMT +1. The time now is 07:51 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com