Hello,
I have a worksheet containing Year, month and Workdays as columns
eg :
2006 1 21
2006 2 18
2006 3 22
...
In this sheet all months of the year are present (for several years) and sorted.
In a second sheet, I have got data coming from an Oracle database including room number, year, month and occupation (days)
eg
1 2006 1 2.5
1 2006 3 5
.....
Problem is that for months that a room has not been occupied, there is no line in this secord sheet
I would like to combine the two sheets together in order to have for each month a row (giving 0 days of occupation in case of)
so for the previous examples the result should be
1 2006 1 2.5 21
1 2006 2 0 18
1 2006 3 5 22
How can I do this?
I have a worksheet containing Year, month and Workdays as columns
eg :
2006 1 21
2006 2 18
2006 3 22
...
In this sheet all months of the year are present (for several years) and sorted.
In a second sheet, I have got data coming from an Oracle database including room number, year, month and occupation (days)
eg
1 2006 1 2.5
1 2006 3 5
.....
Problem is that for months that a room has not been occupied, there is no line in this secord sheet
I would like to combine the two sheets together in order to have for each month a row (giving 0 days of occupation in case of)
so for the previous examples the result should be
1 2006 1 2.5 21
1 2006 2 0 18
1 2006 3 5 22
How can I do this?