• 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 values 3 dimensional in excel

Shanzil

New Member
Hi,
How can i look values in 3D by using excel formula. I two tables in tow different sheets.(stock table and output table) Output table having location and product name and Output table having location, product name and stock on hand. I want to lookup stock values from stock table values by looking location and product name in stock on hand col. I do this this by using Vlookup and index but i have to change search col every time. Plz help.
 

Attachments

  • Lookup.xlsx
    27.8 KB · Views: 11
Can i apply this directly to lookup values form pivot. Doesn't work with pivot table. i have make separate tables.
 
Since you have the data you need in the pivot table, why not
= GETPIVOTDATA("Restantall",Pivot!$A$3,"Varenr.",Product,"Lokasjonskode",Location)
where 'Product' and 'Location' refer to columns on the sheet 'Output Table' either as whole column references or relative references.
 
Back
Top