Formula for transferring most recent data from cells

Tasky

New Member
Joined
Jan 22, 2015
Messages
6
Bit of a novice, so would appreciate some help with this.

I am trying to find a way to use a formula to extract data from one simple form to another. However, I'm getting stuck with constructing it.

The first form looks like this:

WEEKLY INSPECTION
DATEROOM NUMBERWORK REQUIREDWORK COMPLETED
01/01/2015100PAINTING02/01/2015
01/02/2015100REPLACE BED

<tbody>
</tbody>

And the columns will continue indefinitely as a continuous document that will be constantly updated.

I have a sheet on other tabs which looks like this:

ROOMS
100101102103104
REPLACE BED

<tbody>
</tbody>


I want this sheet to show the outstanding work required in the rooms, by taking data from the Weekly Inspection Sheet. Think of it a status report of work ongoing.

I was trying to use a VLOOKUP in A2 of the 'Rooms' tab to reference where "100" is entered in the B column, to copy the relevant cell in the C column. However, I only want to copy the most recent entry, and exclude entries where column D (Work Completed) has an entry.

I've been skirting around array formulas using IF, MATCH/INDEX and MAX, but tie myself in knots trying to construct it properly.

Can anyone help me out, please?
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Welcome to the Board!

I'd see if a Pivot Table will do what you want. No formulas and easily updateable. In your case you'd put Room Number in the Pivot Table Columns section.

HTH,
 
Upvote 0
Thanks Smitty. Totally wasn't the answer I was looking for.

Gave it a try and it was more suitable for the task than what I had planned! Good shout, sir.

I can expand on my original 'Weekly Inspection' table to include more details and use the Pivot Table to filter the results to make it fit my every whim!
 
Upvote 0

Forum statistics

Threads
1,218,219
Messages
6,141,224
Members
450,343
Latest member
patrickkw

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