Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 06-17-2019, 12:45 PM
Izzii0x Izzii0x is offline Reverse VLookUp but between sheets??? Windows 10 Reverse VLookUp but between sheets??? Office 2016
Novice
Reverse VLookUp but between sheets???
 
Join Date: May 2019
Posts: 13
Izzii0x is on a distinguished road
Default Reverse VLookUp but between sheets???


Hi all,

I have recently made 4 relatively basic 'call trackers' for a campaign at work. Allows the temps to easily make calls and register each record in a simple way whilst keeping it all in excel.

This is all great and working fine, I also created a data link to a separate excel doc to analyse the data, so each sheet brings in the table that contains all the live-tracking raw data from each all they make (on their separate tracker documents).

One of the things I had on my old 1-person tracker was a 'master' doc of all the companies a person would ring (Imagine they have to call e.g. 100 companies but they may end up speaking to some of them multiple times, so the master document took the most recent call and showed that info so we could see the final result of each company easily without searching for the latest record within the raw data).

I did this using the formula (I have deleted the file name and just put an example)
Code:
 IFERROR(LOOKUP(7,1/('FILENAME'!TblMain[Company]=[@Company]),'FILENAME'!TblMain[Disposition]),"")
The problem I am having is that more than 1 person could at some point call the same company, and I want the most recent record (between the sheets that are each pulling the datasource into a table. I found this formula online and tested it out to check vlookups between sheets
Code:
 =VLOOKUP(A1,INDIRECT("'"&INDEX(Sheet_List,MATCH(1,--(COUNTIF(INDIRECT("'"&Sheet_List&"'!$D$1:$E$40"),A1)>0),0))&"'!$D$1:$E$40"),2,FALSE)
This worked (as an array formula) however I am not sure how I would translate this into the lookup (aka for the FINAL record of that company, not the first) but also even if I did - would a new record on 1 sheet change the value or would only adding a record to the final sheet within the array do that?

Apologies if this doesn't make sense. To put what I am trying to do simply - I want to pull 4 datasources into a sheet each which will be being updated regularly throughout the day. I want to be able to create 1 big table which essentially does a vlookup for the most recent record for the value being looked up. So somebody could go in and see this summary at any point in the day whilst the 4 users are updating their own tables. I have added an example workbook with 1 table each in 4 sheets and what I imagine the 'master' summary page looks like.

Super appreciative in advance if anyone can help! Feel like I may have explained it terribly but fingers crossed.. thank you!
Attached Files
File Type: xlsx test.xlsx (13.6 KB, 5 views)
Reply With Quote
  #2  
Old 06-18-2019, 12:22 AM
xor xor is offline Reverse VLookUp but between sheets??? Windows 10 Reverse VLookUp but between sheets??? Office 2016
Expert
 
Join Date: Oct 2015
Posts: 1,097
xor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to all
Default

Maybe like shown in the attached.
Attached Files
File Type: xlsx 3D_Lookup.xlsx (17.4 KB, 7 views)
Reply With Quote
  #3  
Old 06-18-2019, 12:41 AM
Izzii0x Izzii0x is offline Reverse VLookUp but between sheets??? Windows 10 Reverse VLookUp but between sheets??? Office 2016
Novice
Reverse VLookUp but between sheets???
 
Join Date: May 2019
Posts: 13
Izzii0x is on a distinguished road
Default

Quote:
Originally Posted by xor View Post
Maybe like shown in the attached.
Thank you for doing this!
Hmm this seems to be only picking up the latest record in the first sheet? When I then add another one for company A in the other later sheets it doesn't update it. I want it to be able to pick up the most recent record for that company name within the whole workbook essentially.
Reply With Quote
  #4  
Old 06-18-2019, 01:17 AM
xor xor is offline Reverse VLookUp but between sheets??? Windows 10 Reverse VLookUp but between sheets??? Office 2016
Expert
 
Join Date: Oct 2015
Posts: 1,097
xor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to all
Default

You are right.
Forget about that workbook.
Reply With Quote
  #5  
Old 06-18-2019, 01:53 AM
Izzii0x Izzii0x is offline Reverse VLookUp but between sheets??? Windows 10 Reverse VLookUp but between sheets??? Office 2016
Novice
Reverse VLookUp but between sheets???
 
Join Date: May 2019
Posts: 13
Izzii0x is on a distinguished road
Default

Quote:
Originally Posted by xor View Post
You are right.
Forget about that workbook.
Ahh. Do you think what I want is impossible?

I wish I could get the information to update live into 1 table. The real spreadsheets have userforms to add records, so a new line is made per record. Would be great for that line to auto update to a table on a separate workbook (without VBA So the user doesn't need to have the other workbook open), and as each user adds a record it adds to the same table in order... But I can't see how that is possible
Reply With Quote
  #6  
Old 06-18-2019, 04:08 AM
xor xor is offline Reverse VLookUp but between sheets??? Windows 10 Reverse VLookUp but between sheets??? Office 2016
Expert
 
Join Date: Oct 2015
Posts: 1,097
xor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to all
Default

I don't know if it is possible.l
Reply With Quote
  #7  
Old 06-18-2019, 07:38 AM
xor xor is offline Reverse VLookUp but between sheets??? Windows 10 Reverse VLookUp but between sheets??? Office 2016
Expert
 
Join Date: Oct 2015
Posts: 1,097
xor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to all
Default

If you can accept helper cells like in sheets 1:4, H3:I28 and sheet Dashboard H2:H5 then you might want to take a look at the attached workbook. Helper cells can be hided or moved to somewhere out of sight if you want.
Attached Files
File Type: xlsx 3D_Lookup_3.xlsx (20.6 KB, 4 views)
Reply With Quote
  #8  
Old 06-18-2019, 08:35 AM
Izzii0x Izzii0x is offline Reverse VLookUp but between sheets??? Windows 10 Reverse VLookUp but between sheets??? Office 2016
Novice
Reverse VLookUp but between sheets???
 
Join Date: May 2019
Posts: 13
Izzii0x is on a distinguished road
Default

This works great thank you!!

In the document I will actually be using - each sheet will have about 8 columns and for the latest record of each company I would like to bring back all columns associated with the company.

I added an extra column on sheet 1,2,3,4 but when I try to bring the most recent one back onto the dashboard it just comes back with '0' (obviously I am doing it wrong!!).

Do you know how I could add extra columns and bring them all back as well as the date?

Again thank you soo much for this I have been so stuck.
Reply With Quote
  #9  
Old 06-18-2019, 08:40 AM
xor xor is offline Reverse VLookUp but between sheets??? Windows 10 Reverse VLookUp but between sheets??? Office 2016
Expert
 
Join Date: Oct 2015
Posts: 1,097
xor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to all
Default

Please upload a workbook with full data set.
Reply With Quote
  #10  
Old 06-18-2019, 01:39 PM
Izzii0x Izzii0x is offline Reverse VLookUp but between sheets??? Windows 10 Reverse VLookUp but between sheets??? Office 2016
Novice
Reverse VLookUp but between sheets???
 
Join Date: May 2019
Posts: 13
Izzii0x is on a distinguished road
Default

I actually can't post the real data as it's confidential but I have added more of the sample columns which match those I will be using in the doc.

It's for a telesales call tracker type thing. I have 4 userforms which submit call records and those records will be linked into this document (the table will be linked and set to refresh data every 5 mins or so) so this dashboard will be used to keep an overview of all of the companies they will ring without needing to see all records for them.
Attached Files
File Type: xlsx 3D_Lookup_2 added columns.xlsx (23.4 KB, 5 views)
Reply With Quote
  #11  
Old 06-18-2019, 10:51 PM
xor xor is offline Reverse VLookUp but between sheets??? Windows 10 Reverse VLookUp but between sheets??? Office 2016
Expert
 
Join Date: Oct 2015
Posts: 1,097
xor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to all
Default

That's really quite a complication.
Will see, but not at all sure if I can come up with anything useful.
Reply With Quote
  #12  
Old 06-18-2019, 11:16 PM
Izzii0x Izzii0x is offline Reverse VLookUp but between sheets??? Windows 10 Reverse VLookUp but between sheets??? Office 2016
Novice
Reverse VLookUp but between sheets???
 
Join Date: May 2019
Posts: 13
Izzii0x is on a distinguished road
Default

Quote:
Originally Posted by xor View Post
That's really quite a complication.
Will see, but not at all sure if I can come up with anything useful.
How were you able to do the date? Was it based literally on most recent date (and therefore not work for the other columns?).

The other option I was thinking is for each record to have a unique call ID and if the recent date is for that record then do a lookup using the ID. But not sure how I would bring the ID in to perform the v lookup.

Other option I was thinking was to then do a vlookup and be required to match the company name and date (and possibly time if it would make it more accurate as I will have a timestamp for each record?)
Reply With Quote
  #13  
Old 06-19-2019, 12:25 AM
xor xor is offline Reverse VLookUp but between sheets??? Windows 10 Reverse VLookUp but between sheets??? Office 2016
Expert
 
Join Date: Oct 2015
Posts: 1,097
xor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to all
Default

I regret, but do not expect a solution from me.
Reply With Quote
  #14  
Old 06-19-2019, 03:42 AM
xor xor is offline Reverse VLookUp but between sheets??? Windows 10 Reverse VLookUp but between sheets??? Office 2016
Expert
 
Join Date: Oct 2015
Posts: 1,097
xor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to all
Default

I tried once more without having tested.

Take a look and see if it looks correct.
Attached Files
File Type: xlsx 3D_Lookup_4.xlsx (37.1 KB, 6 views)
Reply With Quote
  #15  
Old 06-20-2019, 12:43 AM
Izzii0x Izzii0x is offline Reverse VLookUp but between sheets??? Windows 10 Reverse VLookUp but between sheets??? Office 2016
Novice
Reverse VLookUp but between sheets???
 
Join Date: May 2019
Posts: 13
Izzii0x is on a distinguished road
Default

Oh!! It works! Wow I am looking at that formula... complex.

Really good stuff thanks so much for the help
Reply With Quote
Reply

Tags
lookup, tables, vlookup



Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I return Vlookup only if Specific Criteria is met in 1 column of the Vlookup Array EcommDOC Excel 7 01-22-2018 11:00 AM
Reverse VLookUp but between sheets??? Fetching more than one result with VLookup on multiple sheets lilvillaf Excel 2 06-12-2014 05:39 PM
Reverse VLookUp but between sheets??? Reverse Order for Flashcards? bknollman3 PowerPoint 2 03-23-2013 06:34 AM
Linking sheets to fetch transactions from sheets to another waqer Excel 4 09-01-2011 12:35 PM
Reverse TOC question tpintar Word 1 09-09-2010 07:43 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 10:35 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft