is it possible to use "lookups" on multiple columns.
Sheet1 contains 4 columns i.e.
in sheet 2 column I i want to input the data from sheet1 Column 3("Mins"
.
So the lookup would have to look in (sheet1,ColA)AND (sheet1,ColB) then return the value from (sheet1,ColC) into (sheet2, ColI). If there is no corresponding data then (sheet2, ColI) should return a value of zero
Can anyone help with this please
Regards
Paul
Sheet1 contains 4 columns i.e.
Code:
MCcode Downcode Mins Occurences
101 JUB 10 2
101 JUC 5 1
101 JUD 30 5
201 JUB 8 1
201 JUC 13 3
201 JUD 4 1
in sheet 2 column I i want to input the data from sheet1 Column 3("Mins"
So the lookup would have to look in (sheet1,ColA)AND (sheet1,ColB) then return the value from (sheet1,ColC) into (sheet2, ColI). If there is no corresponding data then (sheet2, ColI) should return a value of zero
Can anyone help with this please
Regards
Paul