Largest value from every other cell and the cell to the right of the large?

Waboku

New Member
Joined
Jul 8, 2016
Messages
45
Hello,

I have 2 questions,

How do I get the largest value from a row using only the values from every other cell? Specifically from the cells B2, D2, and F2. I think I can add the other cells I would like to get the large from if I know how that much of it is formatted.

Also, how do i get the value of the cell to the right of the largest value using a function?

I would like to use functions for the above in the 2 cells to the right of the data. Please and thank you for considering my question.
 
Sorry, I missed part of your explaination.

I was going Name qty price qty price etc.

If your data is A:AC i'm assuming A is the name, B:O are prices and P:AC are qty?

If so then use:

=INDEX(A:AC,ROW(A2),MATCH(AE2,A2:O2,0)+14)
 
Upvote 0

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.

Forum statistics

Threads
1,224,823
Messages
6,181,184
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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