Pandab2002
IS-IT--Management
I want to be able to quickly browse a spreadsheet to see how many items are "past due". I am trying to build a process that looks at dates in a column and compares it to todays date. If it is before today's date I want to count it, if it after today's date i want to ignore it.
z = Format(Now, "m/d/yyyy")
If date < z Then a = a + 1 (or something like that)
any suggestions???
Thank you
z = Format(Now, "m/d/yyyy")
If date < z Then a = a + 1 (or something like that)
any suggestions???
Thank you