H
happyPotter
hey everyone
I'm trying to create a formula that when something is entered in one
cell the current time is stamped in another cell. So far here's what
I came up in my C4 cell
=IF(A4<>"", NOW()-TODAY(), "")
When something is entered in cell A4, the current time enters in at
cell C4. I copied the formula by using fill down, but when I enter in
something in the next cell of A5, cell C5 and C4 gets updated with the
same current time, when i enter the something in A6, cells C6, C5, C4
gets updated with the same time and ETC, ETC
How would I use absolute value in my formula to stop the previous cells
from updating to the latest cell?
I'm trying to create a formula that when something is entered in one
cell the current time is stamped in another cell. So far here's what
I came up in my C4 cell
=IF(A4<>"", NOW()-TODAY(), "")
When something is entered in cell A4, the current time enters in at
cell C4. I copied the formula by using fill down, but when I enter in
something in the next cell of A5, cell C5 and C4 gets updated with the
same current time, when i enter the something in A6, cells C6, C5, C4
gets updated with the same time and ETC, ETC
How would I use absolute value in my formula to stop the previous cells
from updating to the latest cell?