Weeks and dates

C

c991257

Hi.

I'm trying to do a spread sheet with a timeline based on weeks.

In the excel sheet attached I have tried to show what I want. How do I
get excel to do row 1?

:confused:


+-------------------------------------------------------------------+
|Filename: Book1.txt |
|Download: http://www.excelforum.com/attachment.php?postid=5068 |
+-------------------------------------------------------------------+
 
C

c991257

I solved it by using the date instead and using the following:

=IF((TEXT(C2,"mmm"))=(TEXT(C2+6,"mmm")),(TEXT(C2,"mmm")),CONCATENATE((TEXT(C2,"mmm")),"/",(TEXT(C2+6,"mmm"))))

/Møller
 

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

Top