Formula to pull highest possible value from a table

wallstreetwiz

New Member
Joined
Aug 10, 2014
Messages
5
Hello,

I want to pull a value from one table into another, but it cannot be a value that is listed in a specific list (which continually grows). I have a blank table which I want to automatically populate with a value from a database that is sorted in descending order. The formula needs to pull the highest value, but if the same value is listed in a separate list, it needs to then take the next highest available value. Any guidance on this would be extremely helpful. Thank you in advance.

Thanks
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
My apologies, I should have been more specific. The "database" is actually just a thousand+ row column on another sheet.
 
Upvote 0
excel2.jpg

Excel1.jpg



On the roster table, I would like cell C3 to populate with the players last name in column C of the database sheet (those cells are sorted based on total points in column BG). When a player name is inputted into the "Drafted Players List", I would like that player to be excluded from the formula in cell C3 of the roster table. It is my goal to have the formula automatically populate with the players name who has the highest value in cell BG of the database sheet. As players are added to the drafted list, it would automatically the next highest ranked player who is available.

I know that my need for help is for recreational purposes, but this will go a long way for my office fantasy football league. I appreciate your help thus far, and any further assistance you can offer.
Thanks!
 
Upvote 0
I'm sorry this is not what I asked for. Rather a small sample that can be read directly into Excel's cells.
 
Upvote 0

Excel 2012
BCDEFGHIJ
1RosterDrafted Players
2PositionPlayer NamePlayer ID NumberBye Week(List Drafted Players Below)
3QuarterbackManning329141Manning
4Running Back#N/A#N/A2
5Running Back#N/A#N/A3
6Wide Receiver#N/A#N/A4
7Wide Receiver#N/A#N/A5
8Tight End#N/A#N/A6
9Flex (RB/WR/TE)#N/A#N/A7
10Team Defense/Special Teams#N/A#N/A8
11Place Kicker#N/A#N/A9
Moch Roster & Draft Inputs
Cell Formulas
RangeFormula
C4=VLOOKUP(D4,'Running Back'!A$2:C$292,3,FALSE)
C5=VLOOKUP(D5,'Running Back'!A$2:C$292,3,FALSE)
C6=VLOOKUP(D6,'Wide Receiver'!A$2:C$292,3,FALSE)
C7=VLOOKUP(D7,'Wide Receiver'!A$2:C$292,3,FALSE)
C8=VLOOKUP(D8,'Tight End'!A$2:C$292,3,FALSE)
C9=VLOOKUP(D9,'Running Back'!A$2:C$292,3,FALSE)
C10=VLOOKUP(D10,'Defense & ST'!A$2:C$292,3,FALSE)
C11=VLOOKUP(D11,Kicker!A$2:C$292,3,FALSE)
C3=VLOOKUP(D3,Quarterback!A2:C92,3,FALSE)
D3=VLOOKUP((MAX(Quarterback!G2:G92)),Quarterback!G2:H92,2)
E3=VLOOKUP(D3,Quarterback!A2:F392,6,FALSE)
E4=VLOOKUP(D4,'Running Back'!A$2:F$364,6,FALSE)
E5=VLOOKUP(D5,'Running Back'!A$2:F$364,6,FALSE)
E6=VLOOKUP(D6,'Wide Receiver'!A$2:F$364,6,FALSE)
E7=VLOOKUP(D7,'Wide Receiver'!A$2:F$364,6,FALSE)
E8=VLOOKUP(D8,'Tight End'!A$2:F$364,6,FALSE)
E9=VLOOKUP(D9,'Running Back'!A$2:F$364,6,FALSE)
E10=VLOOKUP(D10,'Defense & ST'!A$2:F$364,6,FALSE)
E11=VLOOKUP(D11,Kicker!A$2:F$364,6,FALSE)
 
Upvote 0
Thanks for the exhibit. In fact, what wee need are two exhibits: input and output. The former must consist of a small sample and the latter of outcome you want to see (without any formulas).
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
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