Cell Value transfer based on Calendar date

jb1994

New Member
Joined
Mar 13, 2024
Messages
5
Office Version
  1. 365
Platform
  1. Windows
Is there a formula that will transfer the Value's from FY23 to FY24 on April 1st?



1710342384657.png
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Welcome to the Board!

If your values were in cells A2:A4 and "FY24" was in cell B1 and you wanted to copy them to B2:B4, you could place this formula in cell B2 and copy it down to B4:
Excel Formula:
=IF(TODAY()>=DATE("20"&RIGHT($B$1,2),4,1),A2,"")

However, that would just copy the values and not remove them from the FY23 column.
If you actually want to move them (so they no longer remain in column A), that cannot be done with a formula. That would require VBA.
 
Upvote 1

Forum statistics

Threads
1,221,876
Messages
6,162,567
Members
451,775
Latest member
Aiden Jenner

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top