Forum Discussion

Sam Maw's avatar
Sam Maw
Copper Contributor
Jun 06, 2018
Solved

Can I make a cell value appear only after a certain date?

Hello, I'm a beginner here. Is there a formula or function I can use (perhaps a =IF?) where I can make a certain formula's value appear in a cell only after a certain date?  Context: on each month...
  • SergeiBaklan's avatar
    SergeiBaklan
    Jun 06, 2018

    Sorry, I forgot to correct the reference when copy/paste your initial formula.

     =IF(TODAY()>=DATEVALUE("07/01/2018"), Jun!V24, "")

     

Resources