EliseFreedman
Programmer
I have a workbook containing 2 spreadsheets - my first spreadsheet contains a breakdown of the sales by month for last year along with running totals. It is in the format
January ,Yr To Date(ie. January),February, YrToDate(Jan & Feb)etc
My second spreadsheet contains amongst other things, a column for Last Years Sales to Date.
I would like to be able to insert code which selects the appropriate running total from the first spreadsheet based on the current month and insert it into the second spreadsheet.For Example at the end of this month, I would like to pick up the column which totals January&February.
Does anyone know how to do this
January ,Yr To Date(ie. January),February, YrToDate(Jan & Feb)etc
My second spreadsheet contains amongst other things, a column for Last Years Sales to Date.
I would like to be able to insert code which selects the appropriate running total from the first spreadsheet based on the current month and insert it into the second spreadsheet.For Example at the end of this month, I would like to pick up the column which totals January&February.
Does anyone know how to do this