How to assign alphabet characters to date ranges
Hi All, I have a data table that consists of dated entries where the most recent entry is at the top of the table and the oldest entry is at the bottom. What I'm trying to do is loop through the rows to find the date difference between two rows. I've done this with the following code, got it from a post that @txnelson answered some time ago (sorry don't have the OP in front of me). dt = Data T
...