Hello,
I have a spreadsheet where I would like to increment the year by 1 every January. The user inputs the 3 month JAN (or any other month) in cell A7. The current year is captured in cell B1. Then there is a concatenate function that will copy the dates all the way down column B. The reason is, column E has a formula that will figure out the Weekends & "X" them out. Here is my formula for Column B:
=IF($A$7="Jan",CONCATENATE($A$7," ",$A9,", ",$B$7),CONCATENATE($A$7," ",$A9,", ",$B$1))
My problem is if I type in FEB I it will revert back to last year.
So, I think my best bet is that when I type JAN the dates down column B will increment the year by 1. (December's report is completed by January 15th, so once I pass that date, everything will be current year).
Hope this makes sense. Thank you for your ideas.
I have a spreadsheet where I would like to increment the year by 1 every January. The user inputs the 3 month JAN (or any other month) in cell A7. The current year is captured in cell B1. Then there is a concatenate function that will copy the dates all the way down column B. The reason is, column E has a formula that will figure out the Weekends & "X" them out. Here is my formula for Column B:
=IF($A$7="Jan",CONCATENATE($A$7," ",$A9,", ",$B$7),CONCATENATE($A$7," ",$A9,", ",$B$1))
My problem is if I type in FEB I it will revert back to last year.
So, I think my best bet is that when I type JAN the dates down column B will increment the year by 1. (December's report is completed by January 15th, so once I pass that date, everything will be current year).
Hope this makes sense. Thank you for your ideas.