ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   how to in exel (https://www.excelbanter.com/excel-discussion-misc-queries/115479-how-exel.html)

Morefeus Direct

how to in exel
 
in exel i have a colum of 1000 combinations of letters ( hjdbud ) and so on i
want to add .jpg to all of these in this colum, i know the code is A1=&".jpg"
in anouther row but then in lost on how to do the rest please help

morefeus

Ed

how to in exel
 
If you have that list in Column A starting in row 1 then on column B row 1put:

=A1&".jpg"

and drag down as far as you need

Don Guillett

how to in exel
 
try this

for each c in range("a2:a100")
c.value=c & ".jpg"
next c

--
Don Guillett
SalesAid Software

"Morefeus Direct" wrote in
message ...
in exel i have a colum of 1000 combinations of letters ( hjdbud ) and so
on i
want to add .jpg to all of these in this colum, i know the code is
A1=&".jpg"
in anouther row but then in lost on how to do the rest please help

morefeus




Bob Phillips

how to in exel
 
see response in worksheet.functions


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Morefeus Direct" wrote in
message ...
in exel i have a colum of 1000 combinations of letters ( hjdbud ) and so

on i
want to add .jpg to all of these in this colum, i know the code is

A1=&".jpg"
in anouther row but then in lost on how to do the rest please help

morefeus





All times are GMT +1. The time now is 09:24 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com