Want to say if column B "Type" is equal to column E "Type", and Column C "Name" is equal to column D "Name", then put the value of column K, in column A.
I have simplified this as much as I can. check out the attachment...
so i thought
![]()
=INDEX($K$3:$K$35,MATCH(B4,$E$3:$E$35,0)*MATCH(C4,$D$3:$D$35,0))
I am pulling a lot of #Ref errors not sure why?
Bookmarks