vlookup + index match

kieuchau

New Member
Joined
Dec 16, 2016
Messages
10
Hello,
I am trying to get a value from one table to another. I am having trouble with the formula.
Referencing the example:

Serial NumberDateValue
112/16/16?
28/19/16
36/2/16

<tbody>
</tbody>

Serial NumberStartEndValue
11/1/1612/31/1650
11/1/151/31/15100

<tbody>
</tbody>


Thank you kindly in advance.
KC
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Yes, that is what I've concluded to, just wanted to see if there were any other solutions. Thanks again!
 
Upvote 0
Hi

In this case when you want to match data with multiple conditions and between a date range , use sumproduct forumula as

=SUMPRODUCT(--(A2=A9:A10),--(B2>=B9:B10),--(B2<=C9:C10),--(D9:D10))
 
Upvote 0
Hi

In this case when you want to match data with multiple conditions and between a date range , use sumproduct forumula as

=SUMPRODUCT(--(A2=A9:A10),--(B2>=B9:B10),--(B2<=C9:C10),--(D9:D10))

[FONT=&quot]Darn, I was really wishing this would work but it only returned #N/A for me..[/FONT]
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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