• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How to find Invoice numbers with entry numbers.

Shabbo

Member
Dear Sir,

I have two sheets one is called Entry Numbers with Inv and another one is called Invoice Numbers.

I wanted to see Entry Number for Invoice numbers from sheet “Entry Numbers with Inv”.

Please note, Invoice numbers are repeating and I need repeated Invoice numbers as well because entry numbers are unique.
 

Attachments

  • Entry Number with Invoice.xls
    61 KB · Views: 2
C2, formula copy down :

=IFERROR(INDEX('Entry Numbers with Inv'!A$4:A$395,SMALL(INDEX(('Entry Numbers with Inv'!B$4:B$395<>B2)/1%%+(ROW('Entry Numbers with Inv'!A$4:A$395)-ROW('Entry Numbers with Inv'!A$3)),0),COUNTIF(B$2:B2,B2))),"")

Regards
 

Attachments

  • Entry Number with Invoice.xls
    83.5 KB · Views: 10
Back
Top