#excel Help needed: I have this workbook that I need the data from the current date from the range above to populate in the Today column on Sheet 2. I.e. 1/2/23 only. But I need it to auto update daily. I'm not good with macros at all, so I'm hoping this is a simple formula
@DVRCOLthrBearChub couldn’t be easier in fact!
=TODAY()
will return todays date and auto updates anytime the doc is opened or altered. :)