Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a spreadsheet that I need to add numeric information from one cell,
into another cell on the same row, that has a text string. For example, I need the numbers: 64001005 from cell A1 to be added in cell c1 along with the text: productimages/ (with the forward slash) Then I need to add a file extension (.jpg) after the numbers from cell A1. So, C1 needs to = A1 + productimages/(cell a1+.jpg) Final C1 looks like: productimages/64001005.jpg Any help would be greatly appreciated. Thanks! |
#2
![]() |
|||
|
|||
![]()
In A1 put 64001005
In B1 put productimages/ In C1 put =B1&A1&".jpg" Vaya con Dios, Chuck, CABGx3 "curly101" wrote in message ... I have a spreadsheet that I need to add numeric information from one cell, into another cell on the same row, that has a text string. For example, I need the numbers: 64001005 from cell A1 to be added in cell c1 along with the text: productimages/ (with the forward slash) Then I need to add a file extension (.jpg) after the numbers from cell A1. So, C1 needs to = A1 + productimages/(cell a1+.jpg) Final C1 looks like: productimages/64001005.jpg Any help would be greatly appreciated. Thanks! |
#3
![]() |
|||
|
|||
![]()
Thanks for viewing my need, but I figured it out. I used the =CONCATENATE
formula. Saved me tons of time. "curly101" wrote: I have a spreadsheet that I need to add numeric information from one cell, into another cell on the same row, that has a text string. For example, I need the numbers: 64001005 from cell A1 to be added in cell c1 along with the text: productimages/ (with the forward slash) Then I need to add a file extension (.jpg) after the numbers from cell A1. So, C1 needs to = A1 + productimages/(cell a1+.jpg) Final C1 looks like: productimages/64001005.jpg Any help would be greatly appreciated. Thanks! |
#4
![]() |
|||
|
|||
![]()
Thats great!.........many times, "expressing your need", identifies the
direction of the solution.......... Glad you figured it out yourself........ Vaya con Dios, Chuck, CABGx3 "curly101" wrote in message ... Thanks for viewing my need, but I figured it out. I used the =CONCATENATE formula. Saved me tons of time. "curly101" wrote: I have a spreadsheet that I need to add numeric information from one cell, into another cell on the same row, that has a text string. For example, I need the numbers: 64001005 from cell A1 to be added in cell c1 along with the text: productimages/ (with the forward slash) Then I need to add a file extension (.jpg) after the numbers from cell A1. So, C1 needs to = A1 + productimages/(cell a1+.jpg) Final C1 looks like: productimages/64001005.jpg Any help would be greatly appreciated. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
IF & VLOOKUP FORMULA | Excel Worksheet Functions | |||
Formula needed | Excel Worksheet Functions | |||
Relative Indirect Formula Referencing? | Excel Worksheet Functions | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions |