E
Epinn
Bob and Roger,
Yes, template is the way to go.
Please help me understand something here. Is it true that if we use a cell for TODAY( ), the date formula will be calculated each time when the worksheet is calculated, even if we use template?
One reason to use "Paste Special>Value" is to avoid recalculation of a heading. I know it probably doesn't take long.
Epinn
Hi Epinn
Of course the user could do as you suggest.
I had imagined the blank report would be set up once and saved as a
template to be used each successive month (whereas I think romelsb may
have assumed this task was to be repeated on each occasion).
Therefore the simple task of just Typing Ctrl + ; into one cell in the
workbook (A1 or any other cell of choice) would IMO be a lot easier than
having to carry out a Copy > Paste Special > Values to 2 cells in the
workbook, each on a separate sheet.
--
Regards
Roger Govier
Clarification
I am trying to say that when the user prepares the semi-monthly report,
he/she can prepare the heading for the monthly report *ahead of time*.
The idea is to capture the current month in time. When the user is
ready to compile the monthly report after the last day of the month,
he/she can just fill in the worksheet which has already got the heading
set up.
The user can modify my suggestion according to his/her needs. Is it
true that one can make a macro global for many users to take advantage
of?
Epinn
Roger,
I think Bob's formula is very doable even without A1. It depends on how
one uses it.
I see that the user will prepare the semi-monthly report after the 15th
of the month but before the end of the month. One can insert Bob's
semi-monthly formula to one sheet and the monthly formula to another
after the 15th. TODAY() will pick up the month to be reported. Then
add one crucial step.
Edit>Copy and then Edit>Paste Special>Values
This way, we don't have to be concerned about volatility of TODAY().
Of course, one can argue that the user may forget to Paste
Special>Values. I see that the steps can be recorded to a macro/a
keystroke. This is the shortcut I have in mind.
Any comments?
Epinn
Hi
My response was to Idan's comment.
If he is concerned about the dates changing with the use of the volatile
function Today(), he can substitute cell A1 in place of Today()
throughout Bob's formulae.
On Sheet 2 in cell 1 enter =Sheet1!A1
On sheet 1, each month when he creates a new report enter Control + ;
(that's control + semicolon) as this will hard fix the value of Toay to
the cell.
On sheet1
="Name of Report "&TEXT(A1mmmm")&" 1 - 15"
On sheet2
="Name of Report "&TEXT(A1mmmm")&" 16 -
"&TEXT(DATE(YEAR(A1),MONTH(A1)+1,0),"dd")
So the only typing to be made each month is Ctrl + ;
Yes, template is the way to go.
Please help me understand something here. Is it true that if we use a cell for TODAY( ), the date formula will be calculated each time when the worksheet is calculated, even if we use template?
One reason to use "Paste Special>Value" is to avoid recalculation of a heading. I know it probably doesn't take long.
Epinn
Hi Epinn
Of course the user could do as you suggest.
I had imagined the blank report would be set up once and saved as a
template to be used each successive month (whereas I think romelsb may
have assumed this task was to be repeated on each occasion).
Therefore the simple task of just Typing Ctrl + ; into one cell in the
workbook (A1 or any other cell of choice) would IMO be a lot easier than
having to carry out a Copy > Paste Special > Values to 2 cells in the
workbook, each on a separate sheet.
--
Regards
Roger Govier
Clarification
I am trying to say that when the user prepares the semi-monthly report,
he/she can prepare the heading for the monthly report *ahead of time*.
The idea is to capture the current month in time. When the user is
ready to compile the monthly report after the last day of the month,
he/she can just fill in the worksheet which has already got the heading
set up.
The user can modify my suggestion according to his/her needs. Is it
true that one can make a macro global for many users to take advantage
of?
Epinn
Roger,
I think Bob's formula is very doable even without A1. It depends on how
one uses it.
I see that the user will prepare the semi-monthly report after the 15th
of the month but before the end of the month. One can insert Bob's
semi-monthly formula to one sheet and the monthly formula to another
after the 15th. TODAY() will pick up the month to be reported. Then
add one crucial step.
Edit>Copy and then Edit>Paste Special>Values
This way, we don't have to be concerned about volatility of TODAY().
Of course, one can argue that the user may forget to Paste
Special>Values. I see that the steps can be recorded to a macro/a
keystroke. This is the shortcut I have in mind.
Any comments?
Epinn
Hi
My response was to Idan's comment.
If he is concerned about the dates changing with the use of the volatile
function Today(), he can substitute cell A1 in place of Today()
throughout Bob's formulae.
On Sheet 2 in cell 1 enter =Sheet1!A1
On sheet 1, each month when he creates a new report enter Control + ;
(that's control + semicolon) as this will hard fix the value of Toay to
the cell.
On sheet1
="Name of Report "&TEXT(A1mmmm")&" 1 - 15"
On sheet2
="Name of Report "&TEXT(A1mmmm")&" 16 -
"&TEXT(DATE(YEAR(A1),MONTH(A1)+1,0),"dd")
So the only typing to be made each month is Ctrl + ;