Does anyone know how to insert same characters to text strings in several cells using formula?
Mark
Does anyone know how to insert same characters to text strings in several cells using formula?
Mark
Can you give an example of what your trying to do
VBA Noob
_________________________________________
![]()
![]()
Credo Elvem ipsum etian vivere
_________________________________________
A message for cross posters
Please remember to wrap code.
Forum Rules
Please add to your signature if you found this link helpful. Excel links !!!
Hi VBA Noob,
Example below. The column on the left is the original data and the column on the right is what I am trying the accomplish.
SpyA Spy1A
SpyB Spy1B
SpyC Spy1C
SpyD Spy1D
Thank you.
Mark
Try
=LEFT(A1,3)&ROW(A1)&"A"
VBA Noob
Hi VBA Noob,
I don't know if you noticed that I have revised my example. Does your formula still apply?
Thanks,
Mark
No I didn't and No it doesn't
Try
VBA Noob=LEFT(A1,3)&ROW(A1)&RIGHT(A1,1)
Got it! Thank you so much!!!
Mark
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks