Searching the Spreadsheet for a Value, then Returning the Contents of the Cell 1 Where the Value is Contained

truenw

New Member
Joined
Oct 14, 2017
Messages
12
I have a google sheet im working on (but I also have it built in Excel). The sheet analyses property values and makes predictions.

I have included a link to a sample of the sheet here:

https://docs.google.com/spreadsheets/d/1kjMViyfXUYDmMDP5PutoQbgDBP92oCnqWd_CcLQ5kMY/edit?usp=sharing

I am trying to make so when I enter 4% in B1, it returns the value contained in the cell immediately below the cell containing 4%. In my example, 4% is contained in cell E4. So, when I enter 4% in B1, I would like B2 to display the value contained in E5 ($5.36).

Thanks in advance, excel wizards :)
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Hi,

One way:


Book1
ABCDEFGHIJK
1Appreciation Set4.00%
210 Year Avg Gain5.36
3Appreciation Schedule
41%2%3%4%5%6%7%8%9%10%
510 Yr Total Apprec.$8.09$7.18$6.27$5.36$4.45$3.54$2.63$1.72$0.81($0.10)
610 Yr Avg Annual Apprec.$0.71$0.72$0.73$0.74$0.75$0.75$0.76$0.77$0.78$0.79
7At Purchase | Year 1$1.00$2.00$3.00$4.00$5.00$6.00$7.00$8.00$9.00$10.00
8Year 2$9.09$9.18$9.27$9.36$9.45$9.54$9.63$9.72$9.81$9.90
9Year 3$9.09$9.18$9.27$9.36$9.45$9.54$9.63$9.72$9.81$9.90
10Year 4$9.09$9.18$9.27$9.36$9.45$9.54$9.63$9.72$9.81$9.90
11Year 5$9.09$9.18$9.27$9.36$9.45$9.54$9.63$9.72$9.81$9.90
12Year 6$9.09$9.18$9.27$9.36$9.45$9.54$9.63$9.72$9.81$9.90
13Year 7$9.09$9.18$9.27$9.36$9.45$9.54$9.63$9.72$9.81$9.90
14Year 8$9.09$9.18$9.27$9.36$9.45$9.54$9.63$9.72$9.81$9.90
15Year 9$9.09$9.18$9.27$9.36$9.45$9.54$9.63$9.72$9.81$9.90
16Year 10$9.09$9.18$9.27$9.36$9.45$9.54$9.63$9.72$9.81$9.90
Sheet174
Cell Formulas
RangeFormula
B2=INDEX(B5:K5,MATCH(B1,B4:K4,0))
 
Upvote 0

Forum statistics

Threads
1,214,870
Messages
6,122,019
Members
449,060
Latest member
LinusJE

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