ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Change cell in formula based on date (https://www.excelbanter.com/excel-discussion-misc-queries/52620-change-cell-formula-based-date.html)

Skillet

Change cell in formula based on date
 
I would like to have a formula that draws from different cells depending on
the current date. For instance, on the first of the month, it will draw from
A1, and on the second it will draw from A2, etc.

Kleev

Change cell in formula based on date
 
I just experimented with this and it worked (note: I used column b instead of
a)
=INDIRECT("b"&DAY(NOW()))

"Skillet" wrote:

I would like to have a formula that draws from different cells depending on
the current date. For instance, on the first of the month, it will draw from
A1, and on the second it will draw from A2, etc.


JE McGimpsey

Change cell in formula based on date
 
One way:

=INDEX(A:A,DAY(TODAY()))

In article ,
"Skillet" wrote:

I would like to have a formula that draws from different cells depending on
the current date. For instance, on the first of the month, it will draw from
A1, and on the second it will draw from A2, etc.


Skillet

Change cell in formula based on date
 
This is exactly what I was looking for, thanks guys!


"Skillet" wrote:

I would like to have a formula that draws from different cells depending on
the current date. For instance, on the first of the month, it will draw from
A1, and on the second it will draw from A2, etc.



All times are GMT +1. The time now is 12:52 AM.

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