Compare MONTH/YEAR of 2 lists

Fulatin809

New member
Joined
Mar 6, 2016
Messages
2
Reaction score
0
Points
0
We have 2 huge different excel [2013] payment lists, around 5000 members of our club members, we need to compare this list with a list, around 1000 rows, of their unpaid month fee.

As you can see on following table, we would like to transpose results, because they can be multiple date presents into the unpaid month fee list.

IDNamePaidUnpaid Date 1Unpaid Date 2Unpaid Date 3Cancellation
116JOSH BLACK20/08/2013
118KELVIN JONES11/07/201321/01/20132/05/201313/07/2015
137ADAM PETTY16/11/2016
132KAREN MONEY10/03/2015
500LARENS MOUNTAINS20/08/2013
18INGRID LITTLE3/02/2017
141NAOMI NICE7/10/2015
176KELVIN LOVE9/10/2015

I have the idea to lookup into unpaid fee list if ID is present copy transposed date to payment list but no idea how to do it.

Thx in advanced
 
Solved

Hi,

Someone give me the answer in other Excel Forum, I want to share with you guys.

Code:
[COLOR=#333333]=IFERROR(INDEX(Unpaid!$C:$C,SMALL(IF(Payments!$A2=Unpaid!$A:$A,ROW(Unpaid!$A:$A),""),COLUMN()-3)),"")[/COLOR]

Press CTRL + SHIFT + ENTER

PS: [-3] is the number of columns of "Payments" sheet.

Attached workbook.

Hoop this helps others

FuLaTiNs
 

Attachments

  • payment-unpaid.xlsx
    14.3 KB · Views: 18
Back
Top