how to use Index right to left (See data and return the highest value)

inspectengr

New Member
Joined
Sep 30, 2021
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
Following is the screen shot. We are suppose to get following values
- the first value from right side
- year of first value
- 2nd value
- year of 2nd value

In order to get the year of 1st value we employed INDEX MATCH LOOKUP

=INDEX($J$4:$X$4,MATCH((LOOKUP(2,1/(J14:X14<>""),J14:X14)),J14:X14,0))

But since data values are same in 14 row, when data goes to return the corresponding year, it picks 2005 the year instead of 2018. Thus leading to errors in calculation

1633014282620.png
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Hi & welcome to MrExcel.
Try it like
Excel Formula:
=LOOKUP(2,1/(J14:X14<>""),$J$4:$X$4)
 
Upvote 0

Forum statistics

Threads
1,214,925
Messages
6,122,303
Members
449,078
Latest member
nonnakkong

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