1 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Pull data from a sheet with latest date value in a specific cell, automatically expand to new sheets

Our take

To streamline your data management across multiple sheets, you can automate the process of retrieving the latest date and corresponding values. By examining all sheets in your workbook, including newly added ones, you can identify the sheet with the most recent date in a specified cell, such as A1. Once this date is found, you can easily copy the value from another designated cell, like C1, ensuring you always have access to the most up-to-date information from your dated logs.

Here's what I am trying to get done:

  • Look at all sheets in the workbook, including the newly added ones.
  • Find all sheets that have a date in a specific cell, let's say A1.
  • Find the sheet with latest date.
  • Copy value from another cell in that sheet (say C1) as formula result.

The idea is to pull the latest value from dated logs.

TIA

submitted by /u/BasielBob
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Related Articles