Twiggy
New Member
Hi Excel Ninjas,
Good morning. I've enjoyed reading the posts on this forum, and I've found them very helpful. I think I'm close to a solution here, but I haven't been able to get this formula to work for this situation.
I expected this formula to return the numeric value 1,116 in sheet 'Data_File' cell R12, but it returns a zero. The value I expect it to return (1,116) should be retrieved from sheet 'BCS' cell K3. The other value returned in 'Data_File' cell O12 is correct, and only some of the products listed in the sheet 'BCS' will have two rows like this one.
How can I make this formula smart enough to return that value?
My existing formula is:
=IFERROR(INDEX(BCS!$A$2:$BF$112,MATCH($A12&$C12&$E12,BCS!$A$2:$A$112&BCS!$B$2:$B$112&BCS!$C$2:$C$112,0),MATCH(R$9,Table2[#Headers],0)),0)
My Excel file Test(1).xls is attached.
Thank you in advance for your time!
Twiggy
Good morning. I've enjoyed reading the posts on this forum, and I've found them very helpful. I think I'm close to a solution here, but I haven't been able to get this formula to work for this situation.
I expected this formula to return the numeric value 1,116 in sheet 'Data_File' cell R12, but it returns a zero. The value I expect it to return (1,116) should be retrieved from sheet 'BCS' cell K3. The other value returned in 'Data_File' cell O12 is correct, and only some of the products listed in the sheet 'BCS' will have two rows like this one.
How can I make this formula smart enough to return that value?
My existing formula is:
=IFERROR(INDEX(BCS!$A$2:$BF$112,MATCH($A12&$C12&$E12,BCS!$A$2:$A$112&BCS!$B$2:$B$112&BCS!$C$2:$C$112,0),MATCH(R$9,Table2[#Headers],0)),0)
My Excel file Test(1).xls is attached.
Thank you in advance for your time!
Twiggy