I have one sheet with transactions that I want to look like this, with rate auto populated from the other table below:
date item person hours rate total---- ---- ----- ----- ----- -----1/1/21 design work John 2 75 1502/15/21 design work John 2 90 1803/5/21 design work John 2 100 200I want to make a rate table like this that will be used to populate the transaction table above:
person rate effective date---- ---- --------------John 75 1/1/21John 90 2/1/21John 100 3/1/21Nia 125 1/1/21Nia 150 2/28/21John 120 6/1/21The rate used should be the rate in effect on or after the date of the transaction. The names can be grouped if they have to be, and the dates can be sorted if needed, but it would be nice if they didn't have to be.