Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm not sure this can even be done but here goes.
What I need is when a number is entered into a cell, I want another cell to include that number in it along with text. Example: C4 is entered with the number 1200. I want C5 to have "product/1200.jpg" Is this even possible? Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
C4 is entered with the number 1200. I want C5 to have "product/1200.jpg"
One way: =CONCATENATE("product/",C4,".jpg") |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Maverick" wrote:
C4 is entered with the number 1200. I want C5 to have "product/1200.jpg"[.] Is this even possible? ="product/" & C4 & ".jpg" ----- original message ----- "Maverick" wrote in message ... I'm not sure this can even be done but here goes. What I need is when a number is entered into a cell, I want another cell to include that number in it along with text. Example: C4 is entered with the number 1200. I want C5 to have "product/1200.jpg" Is this even possible? Thanks in advance. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you so much! I have been beating my head against the wall for about 3
hrs. I almost had it right, I kept trying to make the C4 C$4$. Thanks again. :) "zvkmpw" wrote: C4 is entered with the number 1200. I want C5 to have "product/1200.jpg" One way: =CONCATENATE("product/",C4,".jpg") . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|