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

get answers from another Tab

I have 2 tables, one is a calculation with two fields to change. The other tab hold the data.

If I change the Distance in cell D1 and the Period in D2, I want the answer in D6 to change to the answer from he table on the other tab.

Using the data in cell A47:K67 find the distance and period and return the answer. See attached, apologies if I haven't explained myself properly.
 

Attachments

  • Calculation new only.xls
    54.5 KB · Views: 2
Hi Lesley,

Just try the below in cell D6

SUMPRODUCT(('35S11A8 3xl repair only'!$B$48:$K$67)*('35S11A8 3xl repair only'!$A$48:$A$67=Calculation!$D$1)*('35S11A8 3xl repair only'!$B$47:$K$47=Calculation!$D$2))
 
Back
Top