Vertical Lookup Formulas

msmit8

New Member
Joined
May 24, 2011
Messages
19
I'm trying to create a formula (I'm thinking I should be using a VLOOKUP formula) in my spreadsheet on cell K68 to display a different daily percentage that would exist in cell range F57:F80.

For example,
On 12/17, I want cell K68 to display 1%
On 12/18, I want cell K68 to display 2%
On 12/19, I want cell K68 to display 3%

12/17 - F57 = 1%
12/18 - F58 = 2%
12/19 - F59 = 3%

Hopefully this makes sense. Any suggestions would be appreciated.

Thanks!
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Hi,

Yes you will need a Vlookup....

Excel Workbook
ABCDEF
1DateDataPercentageLookupResult
217/12/2012F571.00%19/12/20123.00%
318/12/2012F582.00%
419/12/2012F593.00%
Sheet1


Or an Index/Match....

Excel Workbook
ABCDEF
1DateDataPercentageLookupResult
217/12/2012F571.00%18/12/20122.00%
318/12/2012F582.00%
419/12/2012F593.00%
Sheet1


Obviously you will need to change the cell references to suit your layout.

I hope that helps.

Good luck.

Ak
 
Upvote 0

Forum statistics

Threads
1,214,904
Messages
6,122,169
Members
449,070
Latest member
webster33

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