How to look up matching date from table and roll on

Jar888

Board Regular
Joined
Jan 15, 2022
Messages
61
Office Version
  1. 2016
Platform
  1. Windows
Hi there, I'm pretty average when it comes to excel but I like to try and figure things out myself. I've explored a few options, but I couldn't figure it out quite on my own.

At the moment, we have several worksheets we work from at work. I've simplified a LOT of what we already do with data entry, as previously we copy/pasted way more than what was necessary.

I currently pull a sheet from one book to our master book, this book has delays in projects etc. that we have to input. Is there a way with 'index match array' that I can possibly pull an entire row(s) based off of the new updated sheet?

Currently the pulled data from the old book goes into "Raw Data CB Delays" and I have to copy/paste the data to "Delays CB". In the raw data there could be a range of 3 - 30 delays (Varies daily) and has to pull the data of 13 columns over so that other formulas in the master spreadsheet will continue working.

Please let me know if this makes sense, I've attached a few snips for you all to have a gander.

The second question I have would be weather we can roll this on so it automatically updates every time we refresh data/calculations?

Cheers!

Jar
 

Attachments

  • Snip1.PNG
    Snip1.PNG
    3.4 KB · Views: 10
  • Snip2.PNG
    Snip2.PNG
    5.7 KB · Views: 12
  • Snip3.PNG
    Snip3.PNG
    13 KB · Views: 11

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Hi Jar888,

So you want to pull up to 30 rows of data from Raw Data CB Delays into Delays CB for a specific date?

Jar888.xlsx
ABCDEFGHI
1DateNSRigShiftLocationJobBreakdownUPDFault
215-Jan-22NSR2S1Loc74ARollerGCat among pigeons
315-Jan-22DSR3S3Loc111APackerHBob fell asleep
416-Jan-22NSR4S1Loc148ALifterLMouse nest
516-Jan-22DSR5S3Loc185BDropperXPower cut
616-Jan-22NSR6S1Loc222BRollerGSpanner in works
716-Jan-22DSR7S3Loc259BPackerHBob asleep again
816-Jan-22NSR8S1Loc296BLifterLConstants weren't
917-Jan-22DSR9S3Loc333ADropperXVariables wouldn't
Raw Data CB Delays


Cell Formulas
RangeFormula
B1B1=TODAY()
A4:I8A4=IFERROR(INDEX('Raw Data CB Delays'!A$2:A$99999,AGGREGATE(15,6,ROW('Raw Data CB Delays'!$A$2:$A$99999)-ROW('Raw Data CB Delays'!$A$1)/('Raw Data CB Delays'!$A$2:$A$99999='Delays CB'!$B$1),ROW()-ROW($A$3))),"")
 
Upvote 0
Solution
I can see how that would work, but the information is on a pivot table on Raw Data CB Delays. It doesn't quite pull the information out, and this is what I've been stuck on. Sorry, I should have made that clear.
 
Upvote 0
Ignore me, I'm dumb. I just realized I was trialing it out on an older sheet, so had to adjust the date on what I wanted the spreadsheet to look for. Feel like an idiot now.

Cheers.
 
Upvote 0

Forum statistics

Threads
1,214,935
Messages
6,122,337
Members
449,077
Latest member
Jocksteriom

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