Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a spreadsheet that is constantly updating itself from the internet.
The spreadsheet has a list of 30 people and their respective data from an online game. I am trying to make a column labelled "Last Played", I would like this column to automatically update, unfortunately the information available from the internet does not show an entry for the last time a player logged on. The only way I can tell is if their score changes. So in column "AH" I have all the players overall scores (updated automatically every 24 hours), in column "AJ" I have any points gained since column "AH" was updated (updated automatically every 2 mins). If in column "AN" (my "Last Played" column) I put the formula =IF (AJ10,today(),) then today's date is shown in cell "AN1 that works nicely.. my problem is if "AJ1" = 0, (showing that a certain player has gained no points that day) how can I keep the date shown in the cell "AN1" to show that date that their points increased, i.e. show the last date that "AJ1" did not equal 0. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
compare 2 tables of dates to find the preceding dates | Excel Worksheet Functions | |||
how do I sort a column of random dates into Consecutive dates | Excel Worksheet Functions | |||
Identifying unique dates in a range of cells containing dates... | Excel Discussion (Misc queries) | |||
Identifying unique dates within a range of cells containing dates | Excel Discussion (Misc queries) | |||
Charting data against dates where dates are not at fixed intervals | Charts and Charting in Excel |