VLOOKUP

mlandry62

New Member
Joined
Jul 31, 2023
Messages
15
Office Version
  1. 2003 or older
Platform
  1. Windows
Struggling to get VLOOKUP to work with multiple workbooks.

Second screenshot is the master spreadsheet, which by the way there are 10 of these!
The first sheet looks at the account numbers in Group 4110 to compare against Col B numbers and return the value from Col K to the Visual value.
Hopefully I've explained myself properly.

Issue I have is Multiple Trial Balances (2nd Screenshot) and account numbers in first screenshot have extensions that relate to the multiple trial balances.

Any assistance or advice would be greatly appreciated.

1690818252675.png



1690818317248.png
 
What would be the point of this? To ensure your consolidated trial balance matches the total of your trial balances?
Why don't you just use a TBLINK() to each of the TBs...?
You are correct. We are comparing values from each of the separate Internal trial balances against the Consolidated Audited trial balances to ensure that we haven't missed anything.
How does TBLINK() work?
 
Upvote 0

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
What would be the point of this? To ensure your consolidated trial balance matches the total of your trial balances?
Why don't you just use a TBLINK() to each of the TBs...?
You could ... the table version makes it a bit more dynamic.
 
Upvote 0
Assuming your software version doesn't pre-date TBLINK, I believe it goes something like
Excel Formula:
=TBLink("TrialBalanceName","FINAL[7]","1000-GCI","18","3")
 
Upvote 0
Assuming your software version doesn't pre-date TBLINK, I believe it goes something like
Excel Formula:
=TBLink("TrialBalanceName","FINAL[7]","1000-GCI","18","3")
Excuse my noviceness.
TBLink is not recognized which I assume was supposed to be used on the Consolidated TB
Trial Balance name I assume is the where the values are coming from
Final 7?
18?
3?
 
Upvote 0
I have never heard of the TBLINK function, are you sure it's an Excel function?
 
Upvote 0
Let me suggest that you create a simple lookup table that defines the relationship between 3-char code and balance sheets.
Something like below.
This table can be used to determine which Sheet will be used for the Balance Lookup.

Book2 (Autosaved).xlsm
AB
1CodeBalance Sheet Name
2GCISheet1
3ORCASheet2
4MFGSheet3
5KLKSheet4
6
Sheet3
Making progress using this suggestion.
Now how do I combine Col A & B together?

1690827894212.png


The result needs to be 1000-GCI, 1011-GCI, 1016-GCI.
Please keep in mind the characters are not always a set of three.
 
Upvote 0
Making progress using this suggestion.
Now how do I combine Col A & B together?

View attachment 96291

The result needs to be 1000-GCI, 1011-GCI, 1016-GCI.
Please keep in mind the characters are not always a set of three.
Getting closer however I need a dash between the account and characters. How is that accomplished?
1690828879292.png
 
Upvote 0
To combine use a formula like this in a cell

=B1 & “-“ & A 1

Produces
nnnn-AAA result
 
Upvote 0

Forum statistics

Threads
1,215,102
Messages
6,123,097
Members
449,096
Latest member
provoking

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