vlookup- sumif

bonovox1

Board Regular
Joined
Aug 11, 2007
Messages
91
hi, i have 2 columns in cols A and B ( a date column and an amount Column.) I want to enter a value in cell C1, say 5000, and my formula will return the date where this value is attained. i.e on below example 31/07/2015. Appreciate if somebody could help me on this.

31/10/2014 500
30/01/2015 1000
30/04/2015 1000
20/07/2015 1000
21/07/2015 1000
31/07/2015 1000
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
You'll need a helper column (or VBA). In D1, enter =SUM($B$1:B1) and fill down. Then in E1:
=INDEX(A:A,IF(ISNA(MATCH(C1,D:D,0)),MATCH(C1,D1:D100,1)+1,MATCH(C1,D1:D100,0)))
 
Upvote 0
Doesn't work. Try numbers like:
100
200
1000
2000
1000
2000
and put 4301 in C1.



<colgroup><col style="width: 48pt;" width="64">
<tbody>


</tbody>
 
Upvote 0

Forum statistics

Threads
1,214,801
Messages
6,121,644
Members
449,045
Latest member
Marcus05

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