combine cells

R

RobcPettit

Can anybody advise, Im sure theres a simple solution. In E1 I have entered a
date, 7/1/1994 In cell A1 Ive entered a formula ="I:\My Documents\Metastock
Converts\" & E1. This give a result of I:\My Documents\Metastock Converts\34341
were 34341 is the date. I would like this as the actual date 7/1/1994. eg I:\My
Documents\Metastock Converts\7/1/1994. Is there a way of doing this.
Regards Robert
 
T

TroyW

Without leading zeroes:
Cell A1: ="I:\My Documents\Metastock Converts\"&Text(E1,"m/d/yyyy")

If you need the leading zeroes on the month and day then:
Cell A1: ="I:\My Documents\Metastock Converts\"&Text(E1,"mm/dd/yyyy")

Troy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

dde link 0
Combine 2 columns in a dynamic range into one 7
Saving Files 0
Combining formulas 6
problem with time subtraction 7
Permutations andText to column problem 6
Function for combinations 15
range names 4

Top