H Hany ali Active Member Feb 25, 2020 #1 hell every one ,Please I want Your Help to get Data by 2 Conditions from Data Sheet To Entry Sheet ... when I Choose From Transfer Column & Car Kind Column I want the Result in Total Column thanks Very Much Attachments 1.png 53.7 KB · Views: 6 Transport .xlsx 19.5 KB · Views: 12
hell every one ,Please I want Your Help to get Data by 2 Conditions from Data Sheet To Entry Sheet ... when I Choose From Transfer Column & Car Kind Column I want the Result in Total Column thanks Very Much
B bosco_yip Excel Ninja Feb 25, 2020 #2 Maybe, [B2] =IF(A2="","",VLOOKUP(A2,Data!$B$6:$F$42,MATCH(B2,Data!$B$5:$F$5,0),0)*C2) and, copied down Regards Last edited: Feb 25, 2020
Maybe, [B2] =IF(A2="","",VLOOKUP(A2,Data!$B$6:$F$42,MATCH(B2,Data!$B$5:$F$5,0),0)*C2) and, copied down Regards
shaikhrulez Active Member Feb 25, 2020 #3 Try this, =INDEX(Data!$C$6:$F$42,MATCH(A2,Data!$B$6:$B$42,0),MATCH(B2,Data!$C$5:$F$5,0))*C2
H Hany ali Active Member Feb 25, 2020 #4 bosco_yip Thank you very much and this is really required. You are really creative shaikhrulez Really, I am very happy to have a variety of wonderful answers to my question God bless you all
bosco_yip Thank you very much and this is really required. You are really creative shaikhrulez Really, I am very happy to have a variety of wonderful answers to my question God bless you all