hello there,
im using excel 2007.
got a workbook which contains 1 worksheet called "month".
column "k" consist of dates of the current month in this format:
01.03
02.03
03.03
04.03
the format is (dd.mm) cause i dont live in the U.S
and so on till the end of the month.
i want that for each date excel will add a new worksheet and the name of the worksheet will be the date. (for instance "04.03")
in addition, in the same worksheet called "month" i got a table from A1:H180 which constist a vlookup formula .
i want that this table will be copied to all new worksheets and the refference of the vlookup will change of course depent on the worksheet's name.
for instance,for sheet called "01.03" the vlookup in cell H2 will be:
VLOOKUP(H2,'[xxx.xlsx]01.03'!$B:$B,1,0)
for sheet called "07.03" the vlookup in cell H2 will be:
VLOOKUP(H2,'[xxx.xlsx]07.03'!$B:$B,1,0)
thank you
im using excel 2007.
got a workbook which contains 1 worksheet called "month".
column "k" consist of dates of the current month in this format:
01.03
02.03
03.03
04.03
the format is (dd.mm) cause i dont live in the U.S
and so on till the end of the month.
i want that for each date excel will add a new worksheet and the name of the worksheet will be the date. (for instance "04.03")
in addition, in the same worksheet called "month" i got a table from A1:H180 which constist a vlookup formula .
i want that this table will be copied to all new worksheets and the refference of the vlookup will change of course depent on the worksheet's name.
for instance,for sheet called "01.03" the vlookup in cell H2 will be:
VLOOKUP(H2,'[xxx.xlsx]01.03'!$B:$B,1,0)
for sheet called "07.03" the vlookup in cell H2 will be:
VLOOKUP(H2,'[xxx.xlsx]07.03'!$B:$B,1,0)
thank you