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

Sum Criteria [SOLVED]

Hi Experts,


can someone help me for below data---


Example-:


Name--- A B C D E F


Input 1 2 3 4 5 6

output 2 4 6 5 8 9

WIP 9 8 9 4 6 2


I want to calculate the value of A(Input)=?,A(Output)=?,A(WIP)=?


Advanced Thanks

Regards

Nipen
 
dear nipen,

if your data looks like this..


A B C D E F

INPUT 1 2 3 4 5 6

OUTPUT 7 8 9 10 11 12

WIP 13 14 15 16 17 18


and your requirement format is looking like this...


E INPUT 5

OUTPUT 11

WIP 17

then put the formula...(asuming your data table starting from A2)

=VLOOKUP(B8,$A$3:$G$5,MATCH($A$8,$A$2:$G$2,0),0)


for your ready reference please download the file....


https://www.dropbox.com/s/ypie55hlxsi33zn/EXAMPLE.xlsx


regards

sudipta
 
Back
Top