![]() |
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. |
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. |
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. |
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