Without using Macros and VBA, is there a way for the date to automatically come out when a cell already has something inside it? For example:
Let's say I want A2 to show today's date if some information is inputted in cell A1.
=if(not(isblank(A1)),today(),"") will not work because it will always show the current date and not the date when information was inputted in cell A1.
Thank you everyone!
Let's say I want A2 to show today's date if some information is inputted in cell A1.
=if(not(isblank(A1)),today(),"") will not work because it will always show the current date and not the date when information was inputted in cell A1.
Thank you everyone!