using time formulas to activate a formula and then stop it

Caniffis

New Member
Joined
Nov 14, 2016
Messages
7
Hi, can anyone help me?

I m trying to create a formula that will pull data from a data set but only show the data at the start of a month and then at the end of that month lock the data in place so that another cell will show the data for the next month.

the formula I have is as follows
[TABLE="width: 500"]
<tbody>[TR]
[TD]=IF(((TODAY())<M3),(IF(($S12+30)<=$M$3,0,2)))[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]where M3 is the Date when the formula should start showing[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]and S12 is the data that needs to be shown[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

If there is any way to do this I would be grateful to know how. I know this is probably easy in VBA but I can not use that so need a formula for this.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest

Forum statistics

Threads
1,223,228
Messages
6,170,876
Members
452,363
Latest member
merico17

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