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

lookup data

Try,

1] In "Sl no" AR3, formula copy down :

=IF(ROWS($1:1)<=COUNTA(T$3:T$100),MAX(AR$2:AR2)+1,"")

2] In "Item desc" AS3, formula copy down :

=IF(AR3="","",INDEX(T$3:T$100,AGGREGATE(15,6,(ROW(T$3:T$100)-ROW(T$3)+1)/(T$3:T$100>0),AR3)))

3] In "Item Total Qty" AT3, formula copy down :

=IF(AR3="","",INDEX(V$3:V$100,AGGREGATE(15,6,(ROW(I$3:I$100)-ROW(I$3)+1)/(I$3:I$100="Item Total Qty/Value"),AR3)))

Regards
Bosco
 

Attachments

  • Consuption report 4 month.xls
    40.5 KB · Views: 11
Back
Top