Date range V-LOOKUP

pillr001

New Member
Joined
Sep 28, 2018
Messages
24
Hello, this is my first time using forum. Wondering if some genius can help me.

Formula please that would return the price of ''Hi-tech 285w'' for what the price was at that time. So to have it look it for what the price was at 13/03/2018
for example the price between 10/02/2018 - 11/02/2018 was £200.00

PanelDates - DatesPrice
Hi-Tech 285w10/02/201811/02/2018£200.00
Hi-Tech 285w11/03/201815/03/2018£201.00
Hi-Tech 285w12/04/201815/04/2018£202.00
Hi-Tech 285w Return price of when it was 13/03/2018







<colgroup><col><col span="2"><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Hi,

Try this: an array formula Ctrl+Shift+Enter NOT just Enter

H2 =INDEX(D2:D4,MATCH(1,IF(F2=A2:A4,IF(G2>=B2:B4,IF(G2<=C2:C4,1))),0))

ABCDEFGH
1PanelDates DatesPricePanelDateResult
2Hi-Tech 285w10/02/1811/02/18£200.00Hi-Tech 285w13/03/18£201.00
3Hi-Tech 285w11/03/1815/03/18£201.00
4Hi-Tech 285w12/04/1815/04/18£202.00

<colgroup><col><col><col span="4"><col><col span="2"></colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,215,635
Messages
6,125,946
Members
449,275
Latest member
jacob_mcbride

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