Forum Discussion
Riaan1055
Mar 20, 2020Copper Contributor
Excel - formual
Hi guys
I want to if it's possible for excel to automatically update data.
For example: I have a table of dates, 1st till end of month. I want it to keep on showing the current dates data. Like today's the 20th march then it needs to pull that data... When it's tomorrow it pulls that data.
Thanks
Riaan
I want to if it's possible for excel to automatically update data.
For example: I have a table of dates, 1st till end of month. I want it to keep on showing the current dates data. Like today's the 20th march then it needs to pull that data... When it's tomorrow it pulls that data.
Thanks
Riaan
7 Replies
- SaviaIron Contributor
Riaan1055 Your question is pretty generic, but one thing to look in to is the TODAY() function, which automatically computes the present date. This could be used in a filter column e.g. =datecell=TODAY() to zero in on today's data.
And more detail than that, I'd really need to see a screenshot or a file.