Populate data based on title(date)

MalenSteptoe

New Member
Joined
Nov 7, 2024
Messages
2
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
  3. Web
If I have sections of data in blocks, for instance A1:Z10, A11:Z20, and so on for I dunno 20 blocks. The first row of cells of each block is a date, currently merged but doesnt have to be.

is there a way on another sheet to have a formula set where the first line of dates can be selected via drop down (created separately) and then the corresponding data block is populated?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Hello,

I think offset could be used there like so :

Excel Formula:
=OFFSET(XLOOKUP(picked_date;dates_range; dates_range;;0;1);1;0;block_height; block_width)
here is a small example
1730993769364.png
 
Upvote 0
I came up with an answer. So I have a drop down of dates, along side the cells to bring data back from I have the date +1 (in the number code not date format). I use xlookup to get the data based on that reference.
 
Upvote 0
Solution

Forum statistics

Threads
1,224,820
Messages
6,181,157
Members
453,021
Latest member
Justyna P

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top