E
Earl Partridge
Windows XP, Office 97 (or Office 2003)
Trying to track and record the number of visits a person has made. Plus, record the date of
all their visits. Here's what I'd like to do.
Have Column D record the last date a person attended, and Column E to show the total visits.
I want to enter the latest date in Column D, visibly replacing that date, but retaining history for
all dates visited.
I want to program Column E to recognize that Column D now contains a later date than the
date it replaced, and increment Column E by 1.
My programming skills are better than my Excel skills, so I envision something like:
if D2 > old value then E2 = E2 + 1
Actually, what would work better would be the ability to select multiple names and apply the
same criteria to those selected. I'm expecting responses to recommend using a database.
I can manage a database ok but I'm also trying to learn the capabilities of Excel.
Earl
Trying to track and record the number of visits a person has made. Plus, record the date of
all their visits. Here's what I'd like to do.
Have Column D record the last date a person attended, and Column E to show the total visits.
I want to enter the latest date in Column D, visibly replacing that date, but retaining history for
all dates visited.
I want to program Column E to recognize that Column D now contains a later date than the
date it replaced, and increment Column E by 1.
My programming skills are better than my Excel skills, so I envision something like:
if D2 > old value then E2 = E2 + 1
Actually, what would work better would be the ability to select multiple names and apply the
same criteria to those selected. I'm expecting responses to recommend using a database.
I can manage a database ok but I'm also trying to learn the capabilities of Excel.
Earl