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

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Hi & welcome to MrExcel.
Try it like
Excel Formula:
=LOOKUP(2,1/(J14:X14<>""),$J$4:$X$4)
 
Upvote 0

Forum statistics

Threads
1,224,818
Messages
6,181,151
Members
453,021
Latest member
Justyna P

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