Hi again!
I am currently saving down our tracker, alongside a .csv file (saved in the same folder) which is fed in by a formula
This is fed into a Tab called "FULL"
On Sheet1 in my Tracker I compile the stats.
Is it possible to have a cell state "LAST UPDATED" - and the Date / Time the .csv feed in file was last updated?
Additionally / alternatively, is it possible to have a pop up text box state "This Tracker has just been updated"
There are 5 people who will have this workbook open and working on it at the same time (In their own individual tabs that take the information from the "FULL" tab.
I am currently saving down our tracker, alongside a .csv file (saved in the same folder) which is fed in by a formula
Excel Formula:
Excel Formula:
=IF(TableExtract.csv!A2=0,"",TableExtract.csv!A2)
This is fed into a Tab called "FULL"
On Sheet1 in my Tracker I compile the stats.
Is it possible to have a cell state "LAST UPDATED" - and the Date / Time the .csv feed in file was last updated?
Additionally / alternatively, is it possible to have a pop up text box state "This Tracker has just been updated"
There are 5 people who will have this workbook open and working on it at the same time (In their own individual tabs that take the information from the "FULL" tab.