@jack
Hi
You are getting the error for the below reason that is
you are using the formula in B6 as
=IF(COUNTIF('Invoice-Cash-Cheque'!B:B,$B$2)<ROWS($B$6:B6),"",INDEX('Invoice-Cash-Cheque'!C:C,SMALL(IF('Invoice-Cash-Cheque'!$B$3:$B$3=$B$2,ROW('Invoice-Cash-Cheque'!$B$3:$B$3)),ROW(A1))))
and B7 as
=IF(COUNTIF('Invoice-Cash-Cheque'!B:B,$B$2)<ROWS($B$6:B7),"",INDEX('Invoice-Cash-Cheque'!C:C,SMALL(IF('Invoice-Cash-Cheque'!$B$3:$B$4=$B$2,ROW('Invoice-Cash-Cheque'!$B$3:$B$4)),ROW(A2))))
in the B7 which is reference to B6 so B6 Formula and B7 formula is difference in the below part
=IF(COUNTIF('Invoice-Cash-Cheque'!B:B,$B$2)<ROWS($B$6:B6),"",INDEX('Invoice-Cash-Cheque'!C:C,SMALL(IF('Invoice-Cash-Cheque'!$B$3:$B$3=$B$2
difference
=IF(COUNTIF('Invoice-Cash-Cheque'!B:B,$B$2)<ROWS($B$6:B7),"",INDEX('Invoice-Cash-Cheque'!C:C,SMALL(IF('Invoice-Cash-Cheque'!$B$3:$B$4=$B$2,
mistake is here
$B$3:$B$3 and $B$3:$B$4
which formula you are using the same formula to be use in the B7
Hope you clear other wise please inform
Thanks
SP