look up a value multiple criteria

Memar

Board Regular
Joined
Sep 2, 2011
Messages
76
What is the best excel function or functions to look up a value from a different worksheet (workbook B) with three criteria without suffering from slow Excel spreadsheet and be able to close the workbook B when I don’t have to work on it.

Excel Function Tried
Advantage
Disadvantage

Index and Match


I don’t have to open workbook B to retrieve the value in workbook A
It makes the spreadsheet slow and take about a minute to open the workbooks

SUMIFS
I have to open workbook B all the time to see the values in workbook A. When workbook B closed it gives me
#VALUE!

The speed is normal
=SUMIFS(workbookB!L2:L30000,workbookB!A2:A30000, A4,WorkbookB!B2:B30000,C2,Workbook!D2:D30000,D2)
SUMPRODUCT
It gives me 0 value

=SUMPRODUCT(workbookB!L2:L30000,--(WorkbookB!A2:A30000=A4),--(WorkbookB!B2:B30000=C2),--(Workbook!D2:D30000=D2))

<tbody>
</tbody>

Thank you for your time and help!
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.

Forum statistics

Threads
1,216,098
Messages
6,128,812
Members
449,468
Latest member
AGreen17

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top