Since I know hardly anything about Excel, I tried to apply VBA logic and I am getting mixed results. I have two cells, one takes in a time offset, the other adds that to the current time.
Cell1 takes in a time offset in the form HH:MM. Cell2 uses the formula: Now() + Cell1. This initially works.
Where it doesn't work is when the system time increments one minute, Cell2 also increments - so it doesn't work as a one-off like I thought it would. It also updates all the rows when the spreadsheet is closed and reopened.
How can I make this a one-off computation without it updating?
-dK
Cell1 takes in a time offset in the form HH:MM. Cell2 uses the formula: Now() + Cell1. This initially works.
Where it doesn't work is when the system time increments one minute, Cell2 also increments - so it doesn't work as a one-off like I thought it would. It also updates all the rows when the spreadsheet is closed and reopened.
How can I make this a one-off computation without it updating?
-dK