ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   Automatically updating insertion of first and last day of year (https://www.excelbanter.com/new-users-excel/251270-automatically-updating-insertion-first-last-day-year.html)

mz

Automatically updating insertion of first and last day of year
 
I use a drop-down list for choosing between a calendar and fiscal year; if I
select "Calendar" in cell A1, what would be a formula for inserting the first
day of the year (in cell B1) and last day in the year (in cell B2) that would
update each year without having to manually enter the dates 1/1/09 and
12/31/09 in the formula, as shown below:

The formula I have now is:
(For Cell B1) =IF(A1="Calendar","1/1/2009")

--
MZ

RonaldoOneNil

Automatically updating insertion of first and last day of year
 
=IF(A1="Calendar","01/01/" & YEAR(TODAY()),"Value if not Calendar")

"MZ" wrote:

I use a drop-down list for choosing between a calendar and fiscal year; if I
select "Calendar" in cell A1, what would be a formula for inserting the first
day of the year (in cell B1) and last day in the year (in cell B2) that would
update each year without having to manually enter the dates 1/1/09 and
12/31/09 in the formula, as shown below:

The formula I have now is:
(For Cell B1) =IF(A1="Calendar","1/1/2009")

--
MZ



All times are GMT +1. The time now is 03:02 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com