Finding a value based on row position

pnr8uk

New Member
Joined
Oct 6, 2018
Messages
19
Hello All

A bit of a long shot this one and I've tried so many things to get it working including MATCH, VLOOKUP, INDEX and a combination of all of them however I simply can't get what I am attempting to work and just wondered if it is even possible.


I have a worksheet set up with as below - the figures should probably be considered text
as the tick values (increments) change so much as the numbers get higher it's even trickier to do maths on the values.

Current Value+ No TicksNew Value
1.0110XX

<tbody>
</tbody>

So when I change the number of ticks the new value should be returned...

The tick numbers are located on a separate sheet and look like this.. This is the first 10 rows, the tick sizes change after 1.1 so it not possible to simply use maths to add up.

1.01
1.02
1.03
1.04
1.05
1.06
1.07
1.08
1.09
1.1
1.11
1.12
1.13

<tbody>
</tbody>

All I want to do is when I put in 1.01 in the first column is move down 10 rows (for instance)
and return the value in my tenth row above the 1.01 which would be 1.1

So it's a sort of a VLOOKUP up vertically rather horizontally I guess.

Any ideas how to look up a value then return a row +XX rows further down?

Many thanks...
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Hi,

Have you tried

=Offset(A1,10,0)

Hope this will help
 
Upvote 0
Oh my goodness me!! That is so simple and it works!! Thank you so much I have been so deep into this including VBA...

Thanks you once again my friend.
 
Upvote 0

Forum statistics

Threads
1,215,009
Messages
6,122,674
Members
449,091
Latest member
peppernaut

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