#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default Formula

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 153
Default Formula

C4 is entered with the number 1200. I want C5 to have "product/1200.jpg"

One way:
=CONCATENATE("product/",C4,".jpg")

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 16
Default Formula

"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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default Formula

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:36 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"