Thread
:
How can I program a 'roll' of text, eg ABCD - BCDA.
View Single Post
#
2
Posted to microsoft.public.excel.programming
Niek Otten
external usenet poster
Posts: 3,440
How can I program a 'roll' of text, eg ABCD - BCDA.
I assume your second ABCD should read BCDA.
=RIGHT(A1,LEN(A1)-1)&LEFT(A1,1)
--
Kind Regards,
Niek Otten
Microsoft MVP - Excel
"Jonny JetSet" <Jonny
wrote in message
...
Please Help!!!
I would like to use a spreadsheet to program a 'roll' of text.
Examples: ABCD to roll to BCDA and ABCD to roll toCDAB.
I am using Microsoft Office 2003 - Excel 2003.
Reply With Quote
Niek Otten
View Public Profile
Find all posts by Niek Otten