List of accounts if match date

richmcgill

Board Regular
Joined
Feb 4, 2019
Messages
71
Office Version
  1. 2016
Platform
  1. Windows
I have two tabs. The first tab has a list of numbers numbers with dates. The second tab has the same loan numbers but has amounts with the account number.

I know a VLOOKUP will work here but my boss is wanting a formula. I know a pivot table will work.

So if I had a cell with a date and can change at will for this instance 06/01/2019 make the the column populate with the account numbers and the amounts with the account number. I only want the accounts (not a count) that match the date and populate the amounts on the other tab.

What would this formula look like?

First Tab
Loan Number
Paid Date
12336/1/2019
21296/1/2019
30256/1/2019
39218/1/2019
48176/1/2019
57136/1/2019
66097/1/2019
75056/1/2019
84016/1/2019
92976/1/2019
101936/1/2019
110896/1/2019

<colgroup><col><col></colgroup><tbody>
</tbody>


Second Tab
Loan NoCompare Interest
12330
21290
30250
39210
48170
57130
6609-694.17
75050
8401-691.04
92970
101930
11089-630.2
1233-617.61
21290
30250
3921-601.83
48170
5713-572.33
66090
75050
84010
92970
101930
110890

<colgroup><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Maybe a better way yo ask

I need help with a formula


Tab 1
Cell a1 with a manually entered date

Tab 2
Column A Column B
Loan # Dollar Amount

Tab 3
Column A Column B
Loan # Date

If the date in tab 3 matches the date on tab 1
and Loan Number both tab 2 & 3 match

Show me the loan # and the Dollar Amount on tab 4

I need a formula other than a vlookup or pivot table.

I was trying to use index with match but I could not get it to work.

Thank you!
 
Upvote 0
Are the loan numbers pre-populated on tab 4?

I know a VLOOKUP will work here but my boss is wanting a formula. I know a pivot table will work.
VLOOKUP is a formula. Why can't you use VLOOKUP? Is this some sort of homework assignment where they want you to use other methods?
 
Upvote 0
There are already five or more layers of Vlookups she does not want anymore. She wants to change the date and get the results listed based on the information presented.
 
Upvote 0
You might want to consider trying to use filters and/or VBA.

However, it appears that you really may be using the wrong tool for the job. This is more of a relational database type of thing that would probably be handled much more efficiently in a database program like Access.
 
Upvote 0
I see index match formulas working in other very similar scenarios. I guess I will try on my own. Thanks.
 
Upvote 0
You never answered my initial question back in post 4:
Are the loan numbers pre-populated on tab 4?
Are the loan numbers on all the tabs all in the same order?
So, if you look at line 99 on each of the tabs, would they all be referencing the same loan number?

=IF(AND(Q2=$AB$1,B2=N2),V2,"")

This is one solution.
I think there is a lot of information you are leaving out.
You are referencing a lot of columns that you never mentioned in your posts above.
It is very difficult to help you without a clear idea of exactly what the structure of each tab looks like.
 
Upvote 0

Forum statistics

Threads
1,214,826
Messages
6,121,793
Members
449,048
Latest member
greyangel23

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