Excel - Finding x and y values through Maximum Value

Afonsogjro

New Member
Joined
Apr 16, 2018
Messages
2
gCAsU7
Hello, Good afternoon.
gCAsU7


I'm new in this forum, I normally solve my questions all by myself, cheking the internet.
But in the last few days, i steped into a problam that i can't seem to get rid of, and it seem so simple, tryed some Vlookup, Match Function, but it doesn t seem to function the right way, sometimes it gives me the correct value other times it gives me N/A
gCAsU7
witch i find it strange.
So I want the correpondent x and y values in different cells of the maximum %, it seems easy but i can t seem to get :/
All help is welcome.

Thank you. Hope you understood if you didn't i ill post a picture it may be more easy to understand what i am looking.
gCAsU7

https://ibb.co/gCAsU7
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Based on your data;

Day =INDEX($D$3:$J$3,SUMPRODUCT(($D$4:$J$13=$D$18)*(COLUMN($D$3:$J$3)-COLUMN($D$3)+1)))
Hour =INDEX($K$4:$K$13,SUMPRODUCT(($D$4:$J$13=$D$18)*(ROW($D$4:$J$13)-ROW($D$4)+1)))

Have a nice day ;)
 
Last edited by a moderator:
Upvote 0
Omg Mr. Flashbond! Thank you so much sir!
You have no ideia I was thinking for days, how i am going to solve this problam, i search but nothing seemed to work, and now you got me a perfect answer it gives me 100% result!
Thank you so much!
 
Upvote 0
Omg Mr. Flashbond! Thank you so much sir!
You have no ideia I was thinking for days, how i am going to solve this problam, i search but nothing seemed to work, and now you got me a perfect answer it gives me 100% result!
Thank you so much!
Your welcome. Happy for it worked!
 
Upvote 0

Forum statistics

Threads
1,215,615
Messages
6,125,857
Members
449,266
Latest member
davinroach

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