Hi, you were spot on about having them in two different tables - its thr right thing to do!
My model is evolving nicely 
I do have a slight problem with the lookup on the 2nd data set.
On the T Account sheets:
213000
500000
662200
Within the Cell Range columns (AC:BB) it should pull data from the “Data 2” sheet. Currently it has these array formulas:
Column AG
=IFERROR(INDEX('Data 2'!G$19:G$99,SMALL(IF(('Data 2'!$M$19:$M$99=$B$2),ROW('Data 2'!$M$19:$M$99)-MIN(ROW('Data 2'!$M19:$M$99))+1),ROWS($1:1))),"")
Column AT
=IFERROR(INDEX('Data 2'!G$19:G$99,SMALL(IF(('Data 2'!$M$19:$M$99=$B$2),ROW('Data 2'!$M$19:$M$99)-MIN(ROW('Data 2'!$M19:$M$99))+1),ROWS($1:1))),"")
However the problem is that its returning a barcode incorrectly and I am unsure why.
e.g. on the sheet 500000, cell AT7 this should be test1 barcode
e.g. 2 – on the sheet 552200, Cell AT7, this should be test2 barcode
Any ideas?
I have uploaded the latest model - its the yellow cells on the account sheets
Bookmarks