Hi,
I have a Form that adds rows to the Consignment Stock Take sheet (seen below). Inventory items in this sheet are arranged by columns. Furthermore, I have an Inventory Management sheet (seen below) which has Inventory Items arranged in rows.
Problem/Desired Outcome
I want the [In Stock] Inventory Management Column to return the cell value of it's respective Inventory Item (from Consignment Stock Sheet). I also want the Stock Check Date of this returned cell value to equal to the Stock Take Date.
I was able to solve the problem by using the below function (referencing individual columns). However, I reached the cross-sheet referencing limit:
=INDEX({Consignment #2 Column}, MATCH([Stock Check Date]@row, {Consignment Stock Take Date}))
I even tried adding-in a helper row with column names, but I still couldn't crack the formula
Any help would be highly appreciated.
Thanks!