Share via

Automatic date input when a new row is started

Anonymous
2018-02-07T13:13:36+00:00

Is there a way for excel to automatically input a date when a new cell is started? For example if data is inputted into A2, could excel insert a date in B2 depending on when the data was inputted into A2.

Thanks

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Vijay A. Verma 104.9K Reputation points Volunteer Moderator
2018-02-07T13:18:47+00:00

You can prepopulate the following formula in column B say from B2 to B10000.

=IF(A2="","",the date which you want to enter)

Say the date which you want to enter is 5-Feb-2018, then formula would be

=IF(A2="","",DATE(2018,2,5))

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful