Return position of value furthest to the right in a range - Lookup and Match Formula

SuperCoog

New Member
Joined
Sep 26, 2017
Messages
11
A
B
C
D
E
F
G
H
I
J
K
1
4
100
200
300
300
2
3
50
100
100
3
5
25
50
15
225
541

<tbody>
</tbody>

Okay, I feel like I am almost there, I just can't get thisformula right.
I have a number of rows with data. Some rows use morecolumns than others. I want to be able to return the position of the value thatis furthest to the right in a row.
For example; row 1 has values listed in columns B through K.I want the cell A1 to return the value “8.”
Note: Some values may repeat, therefore I cannot use just astraight match function.
I’ve figured out how to return the value in thecell itself (ex. Position 8 has a value of 100) using a lookup function, butnot the position.
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
If the values in columns B:K are numbers, this should work

A1 copied down
=MATCH(9.99E+307,B1:K1)

M.
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,173
Members
451,543
Latest member
cesymcox

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