Forum Discussion
Can I make a cell value appear only after a certain date?
- Jun 06, 2018
Sorry, I forgot to correct the reference when copy/paste your initial formula.
=IF(TODAY()>=DATEVALUE("07/01/2018"), Jun!V24, "")
Jim
- Ashleigh143Mar 29, 2023Copper Contributor
- James_PapeApr 08, 2023Copper ContributorHey Ashleigh143,
I am not sure what ChatGPT is. I have never done this so not sure where to start.- James_PapeMay 29, 2023Copper Contributor
Well, I have a answer to my problem. My daughter is a security engineer for a bank and I had her set down with me. My original formula only looked at a certain page, PLAYERS!. Well the answer was to create a different PLAYER! sheet for each week. So, I have PLAYERS1, PLAYERS2, and so on. These are pointed to by each week in my "MATHCH PLAY TWO" sheet.
So my final formula for each week looks like this.
=INDEX(PLAYING8!$E$1:$G$200,MATCH(AQ4,PLAYING8!$E$1:PLAYING8!$E$200,0),2)
Which is week 8s column.
So, when my PLAYING sheet is updated I just copy and paste the information into the PLAYING? week that we are working on. Cures all my issues and I am looking back and laughing at myself.
Thanks again for you help.
Jim