Pull data from one sheet to another with 2 criteria

Cyndi2210

New Member
Joined
Jul 12, 2018
Messages
17
Office Version
  1. 2016
Platform
  1. Windows
I have a query with several sheets that I am trying to pull into the data sheet. I need the 401L2 Loan Amount from the "Loans" sheet to populate the Loan Payment 2 column in the Data sheet. The 401L needs to populate the Loan Payment 1 column.

1707855125499.png
1707855125499.png
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Formula for Loan Payment 1:
Excel Formula:
=SUMIFS(Loans[Loan Amount],Loans[Employee'#],[@[Employee'#]],Loans[Type],"401L")

Formula for Loan Payment 2:
Excel Formula:
=SUMIFS(Loans[Loan Amount],Loans[Employee'#],[@[Employee'#]],Loans[Type],"401L2")
 
Upvote 0
Thank you so much. It works, however I forgot to mention that I need the zero transactions to be blank.
 
Upvote 0
Thank you so much. It works, however I forgot to mention that I need the zero transactions to be blank.
Why not just hide the zeroes values with a custom cell format, as described here?
 
Upvote 0
Solution
Perfect. I do these queries about once every 6-9 months, so I forget these things in between each one.
 
Upvote 0
No worries!
Glad I was able to help.
 
Upvote 0

Forum statistics

Threads
1,215,094
Messages
6,123,071
Members
449,092
Latest member
ipruravindra

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