开发者

Excel question combing text with numbers

Can someone tell me how I can make the following output?

I have a cell with a number for example:

  • 12345 (a1)

I have a path to a file:

  • ../dir/dir2/dir3

and a file extension called .jpg

I need a output in f3 like this

  • ../dir/dir2/dir3/12345.jpg

I tried a lot of stuff like:

So I tried the following

  • ../dir/dir2/dir3&A1

But nothing seems to work

Can anyone tell me how to do this?


Shouldn't

="../dir/dir2/dir3" & A1

Work?


Try using the following formula: =concantenate("../dir/dir2/dir3"),a1,".jpg"), where everything between the quotes needs to be the entire path.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜