Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all,
Looking for a shortcut to help with a new workbook. I created a book for the month of January. Next, was a copy and paste for the month of March. But, of course.it has January written in the tabs and formulas. Is there an easy way to change the month in the whole book without having to go cell by cell? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Excel 2007 - find and replace - select formulas - then find and replace January with March - the tab name you'll have to do manually "Sherry S" wrote: Hi all, Looking for a shortcut to help with a new workbook. I created a book for the month of January. Next, was a copy and paste for the month of March. But, of course.it has January written in the tabs and formulas. Is there an easy way to change the month in the whole book without having to go cell by cell? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks, I'll give it a try.
"dhstein" wrote: Excel 2007 - find and replace - select formulas - then find and replace January with March - the tab name you'll have to do manually "Sherry S" wrote: Hi all, Looking for a shortcut to help with a new workbook. I created a book for the month of January. Next, was a copy and paste for the month of March. But, of course.it has January written in the tabs and formulas. Is there an easy way to change the month in the whole book without having to go cell by cell? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() For future reference - don't code "January". Use a cell for example K1 to put in today =TODAY() Then when you reference the month you can use =MONTH(K1). Or you could hard code the number 1 in cell K1 - then do a VLOOKUP against a table of months. So if K1 contained a 1 you would get "January" Then in a new tab you would only need to modify K1 from 1 to 3 and January would become March everywhere. "Sherry S" wrote: Thanks, I'll give it a try. "dhstein" wrote: Excel 2007 - find and replace - select formulas - then find and replace January with March - the tab name you'll have to do manually "Sherry S" wrote: Hi all, Looking for a shortcut to help with a new workbook. I created a book for the month of January. Next, was a copy and paste for the month of March. But, of course.it has January written in the tabs and formulas. Is there an easy way to change the month in the whole book without having to go cell by cell? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change day of week to day of month | Excel Discussion (Misc queries) | |||
Excel 2003 month to month data change grid | Excel Discussion (Misc queries) | |||
Change Day to Month - VBA | Excel Worksheet Functions | |||
converting workbook from one month to the next | Excel Discussion (Misc queries) | |||
month to month % change | Excel Worksheet Functions |