• 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.

Need formula for highlighted field

aparvez007

Member
Hi All,

Need your help to get required field from Data entry sheet to Output Print.




Regards,
paVi
 

Attachments

  • Sample.xlsx
    15.4 KB · Views: 5
Hi Pavi,

Try this in B16 and copy down and across:

=IFERROR(INDEX(Table1,MATCH($G$6,Table1[Ref. No],0)+ROW(A1)-1,MATCH(B$15,Table1[#Headers],0)),0)

Regards,
 
Back
Top