vlookup formula for past dates

exceluser9

Active Member
Joined
Jun 27, 2015
Messages
388
Hi There

I have a data like this in 2 sheets

SHEET 1SHEET 2
COLUMN CCOLUMN DCOLUMN ECOLUMN CCOLUMN FCOLUMN I
YEARAMOUNTDATEYEARAMOUNTDATE
20052005500
200560010/07/2015
200570021/09/2015

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

In sheet 1 if i give any date before 10/7/2015 i should get the amount 500 is it possible?

For example like this

COLUMN CCOLUMN DCOLUMN E
YEARAMOUNTDATE
200550006/07/2015

<tbody>
</tbody><colgroup><col><col><col></colgroup>


Thank you in Advance:)
 
Then try

=SUMIFS(Sheet2!$F$2:$F$100,Sheet2!$C$2:$C$100,C2,Sheet2!$I$2:$I$100,"")
 
Upvote 0

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().

Forum statistics

Threads
1,216,119
Messages
6,128,947
Members
449,480
Latest member
yesitisasport

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