IFS issues

beginvbaanalyst

Board Regular
Joined
Jan 28, 2020
Messages
141
Office Version
  1. 365
Platform
  1. Windows
Hi everyone,

I'm having issues trying to pull information between two sheets in a workbook. Basically I want to check multiple criteria "800 005", "100" in one sheet to see if my new sheet contains the same data, and if it doesn't pull the balance from the old sheet. How would I go about doing this? I'll post two screen shots of small data for an example:
This is last month
1678719587486.png

This is current month
1678719636733.png


So it looks like 0000218122-0062 & 000209623-0062 is in my last month but not current month. How do I pull the balance?
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Okay, I'm not sure if this is the way you want to go about it. but take a look:

mr excel questions 15.xlsm
ABCDE
1Clean TypeLoan IDJoinBalanceMonth
28000080000195996-02030000195996-0203-800008$116,000.002023-01-01
31050009862337-02030009862337-0203-105$13,000.002023-01-01
4990000209623-02050000209623-0205-99$101,000.002023-01-01
5
6
7Clean TypeLoan IDJoinBalance
89000120000195996-02030000195996-0203-900012$57,000.002023-02-01
9940009862337-02030009862337-0203-94$52,000.002023-02-01
1010000000209623-02050000209623-0205-1000$38,000.002023-02-01
11
120000195996-0203-8000081160002023-01-01
130000195996-0203-900012570002023-02-01
140000209623-0205-1000380002023-02-01
150000209623-0205-991010002023-01-01
160009862337-0203-105130002023-01-01
170009862337-0203-94520002023-02-01
Sheet3
Cell Formulas
RangeFormula
E2:E4E2=DATE(2023,1,1)
E8:E10E8=EDATE(E2,1)
A12:C17A12=UNIQUE(SORT(FILTER(C2:E10,ISNUMBER(D2:D10),"")))
Dynamic array formulas.
 
Upvote 0
Okay, I'm not sure if this is the way you want to go about it. but take a look:

mr excel questions 15.xlsm
ABCDE
1Clean TypeLoan IDJoinBalanceMonth
28000080000195996-02030000195996-0203-800008$116,000.002023-01-01
31050009862337-02030009862337-0203-105$13,000.002023-01-01
4990000209623-02050000209623-0205-99$101,000.002023-01-01
5
6
7Clean TypeLoan IDJoinBalance
89000120000195996-02030000195996-0203-900012$57,000.002023-02-01
9940009862337-02030009862337-0203-94$52,000.002023-02-01
1010000000209623-02050000209623-0205-1000$38,000.002023-02-01
11
120000195996-0203-8000081160002023-01-01
130000195996-0203-900012570002023-02-01
140000209623-0205-1000380002023-02-01
150000209623-0205-991010002023-01-01
160009862337-0203-105130002023-01-01
170009862337-0203-94520002023-02-01
Sheet3
Cell Formulas
RangeFormula
E2:E4E2=DATE(2023,1,1)
E8:E10E8=EDATE(E2,1)
A12:C17A12=UNIQUE(SORT(FILTER(C2:E10,ISNUMBER(D2:D10),"")))
Dynamic array formulas.

It looks like my version of excel doesn't have filter, sort, or unique. I will try to find another way. I appreciate your help!
 
Upvote 0
Have you updated your Excel 365 version? I don't know of any current version of 365 that does not have these functions.
 
Upvote 0

Forum statistics

Threads
1,216,102
Messages
6,128,852
Members
449,471
Latest member
lachbee

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