convert yyyy-ww date to actual date

  • Thread starter Thread starter Pierre
  • Start date Start date
P

Pierre

Have a string of dates of produced items. All the dates are mmmm-mm
(2007-06), for the 6th week in 2007 for instance. Looking for a
formula to have it enter a date in a helper column which will place it
into any given quarter: IOW, they can all be Mondays, but I'll need a
date such as 02/05/07 to load into a pivot table, that will group
production items by the quarter they were produced.

TIA for any thoughts.

Pierre
 
Maybe something like

=DATE(LEFT(A1,4),1,0)+RIGHT(A1,2)*7

if it is always text

--


Regards,


Peo Sjoblom
 
Maybe something like

=DATE(LEFT(A1,4),1,0)+RIGHT(A1,2)*7

if it is always text

--

Regards,

Peo Sjoblom








- Show quoted text -


Did the trick. Thank you!!

Pierre
 

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

Back
Top