T
Txl
Hello,
I have made a sheet to compute the meals from my newborn baby (yipee)
I have the following columns
A B C D
qty date time day total
I'd like to have the date and time fields automatically set when I enter a qty but if I use the now() function it recalculates the ENTIRE sheet everytime I add a new entry.
I have browsed the forums and I think one of the solutions would be to have VBA code telling the sheet that :
"When exiting the qty column, update the date and time on the same row only"
Or is there an alternative method that would force the now() function to perform its calculations ONLY on the "active" row ?
Thanks for the help
I have made a sheet to compute the meals from my newborn baby (yipee)
I have the following columns
A B C D
qty date time day total
I'd like to have the date and time fields automatically set when I enter a qty but if I use the now() function it recalculates the ENTIRE sheet everytime I add a new entry.
I have browsed the forums and I think one of the solutions would be to have VBA code telling the sheet that :
"When exiting the qty column, update the date and time on the same row only"
Or is there an alternative method that would force the now() function to perform its calculations ONLY on the "active" row ?
Thanks for the help