Lookup - 2 Criteria - Item, and most recent entry - SUMMARY

akbw1

New Member
Joined
Jan 22, 2016
Messages
3
Hello!

I'm attempting to create a summary on a google sheets response form. There are multiple entries of the same item, but with an updated location for each entry.

What I would love, is for the formula to look up the item, search for the most recent entry (each row will have it's own auto-generated timestamp, and return the location.

I was thinking that HLookup might work for this, and I know if I just created a filter and sorted by date it would be able to look up the first entry, but I'm hoping for something that doesn't require me to re-sort manually.

Thanks!
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Okay... from where you will pick up Current Location, When, status ?

Better if you mention your expected results as well.


Regards,
DILIPandey
 
Upvote 0
Results will be summarized in the SUMMARY tab.

Current Location, When, Status - will be pulled from the FORM RESPONSES tab.

Each Response row contains a timestamp (A)

'SUMMARY'!B5:F11 (SPEAKER Equipment Summary), would search 'Form Responses 4'!E for the most recent entry (A) and return 'Form Responses 4'!F:H

'SUMMARY'!B12:F15 (STAND Equipment Summary), would search 'Form Responses 4'!I for the most recent entry (A) and return 'Form Responses 4'!J:L

and so on.

Ideally, I'd love for the Summary to ignore entries that return "No *** was used (you may skip the rest of the questions on this page)"

I hope that is more clear!!

Thank you!
 
Upvote 0
'SUMMARY'!B5:F11 (SPEAKER Equipment Summary), would search 'Form Responses 4'!E for the most recent entry (A) and return 'Form Responses 4'!F:H

Okay... based on above logic, below is most recent entry:-

TimestampSPEAKERWHERECONDITIONWHY?
1/21/2016 13:31:31Lenny KravitzDalton'sPoor

<colgroup><col width="172" span="5" style="width:129pt"> </colgroup><tbody>
</tbody>

Now where this should appear i.e., which row of "Summary" sheet it should appear?

Also, how you will tell Excel that for 'SUMMARY'!B5:F11', return 'Form Responses 4'!F:H
and for
'SUMMARY'!B12:F15' return 'Form Responses 4'!J:L
?

Regards,
DILIPandey
 
Upvote 0

Forum statistics

Threads
1,215,328
Messages
6,124,299
Members
449,149
Latest member
mwdbActuary

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