I have a Smartsheet that tracks that status of positions within our department. I can't share it, since it contains personnel info, but the short version is, it has columns to indicate the division, if the position is vacant, who is currently in it if it's not vacant, etal. What i'm being asked to do it to track the % change every month. So if we have 10 vacancies at the end of March, and 9 vacancies at the end of April, i can tell them that the vacancies went down by 10% for that month.
My first thought was that i could use automation to copy the row that had the info when ever MONTH(TODAY()) = 1, so on the first of each month, it would copy to a log sheet.
Where I'm stuck is how to create a formula that will let me track the change from each previous month. I know i could make a column [Monthly change] and put a formula at row 2 something like =[current vacancy]@row - [current vacancy]1 and that would work for just that row, but how could i translate that into a column formula?