![]() |
Find and copy part of a cell
Hallo,
I want to copy the last 10 spaces, always numbers/always 10, in cell A1 into cell B1. Can anyone help with a function that does this job? This is how cell A1 looks like: ABCDE AB 123 4 5 67 ABC A 123 4 5 67 Thanks, Srwe |
Find and copy part of a cell
Do you want the spaces as well as the numbers? Then use
=RIGHT(A1,10) If you want the last 10 non-space characters, use =RIGHT(SUBSTITUTE(A1," ",""),10) "Srwe" wrote: Hallo, I want to copy the last 10 spaces, always numbers/always 10, in cell A1 into cell B1. Can anyone help with a function that does this job? This is how cell A1 looks like: ABCDE AB 123 4 5 67 ABC A 123 4 5 67 Thanks, Srwe |
Find and copy part of a cell
Thanks!
Srwe "Duke Carey" wrote: Do you want the spaces as well as the numbers? Then use =RIGHT(A1,10) If you want the last 10 non-space characters, use =RIGHT(SUBSTITUTE(A1," ",""),10) "Srwe" wrote: Hallo, I want to copy the last 10 spaces, always numbers/always 10, in cell A1 into cell B1. Can anyone help with a function that does this job? This is how cell A1 looks like: ABCDE AB 123 4 5 67 ABC A 123 4 5 67 Thanks, Srwe |
All times are GMT +1. The time now is 01:45 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com