Hi,
I currently have a table looking like this
Year Wk percent
2006 1 1.6
2006 2 2.0
2006 3 2.3
2006 4 1.7
2006 5 2.1
what I would like is the corresponding date that is associated with the week number. So in the long run i'd have a table that looks like this....
table that looks like this....
Year Wk Percent Date
2006 1 1.6 (associatedDate)
I currently have a table looking like this
Year Wk percent
2006 1 1.6
2006 2 2.0
2006 3 2.3
2006 4 1.7
2006 5 2.1
what I would like is the corresponding date that is associated with the week number. So in the long run i'd have a table that looks like this....
table that looks like this....
Year Wk Percent Date
2006 1 1.6 (associatedDate)