Look up a value within multiple columns and return the value in the far left (or right) Column

larrster1

New Member
Joined
Nov 17, 2011
Messages
3
This is my problem now:
I am using Office 2003
I am trying to use a formula (Maybe a VLOOKUP not sure if it's the best choice) so when a name is entered on the 'Sign Up Sheet' it returns a date that corresponds to where the name was entered and returns the date in the first column of the 'Sign Up Sheet'.


An easier example of what I want to do is if you have football squares and you enter your name in a cell (one of the squares) on a spread sheet it returns the value of the corresponding number in that row from the far left column (Could return value from the right column as in a Vlookup formula if needed) in a different worksheet. Ideally I would love to also have it identify the top scores too. So in other words if I put my name in the middle of the random boxes (Squares/Cells) the other worksheet will show me my two numbers. The number at the top of the column I am in and the number to the left of the row I am in. This would be so cool for what I am doing as well as a cool formula for all future Football Squares Pools.

Hope that all makes sense.


Larry Cochran
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
more helpful if the small extract of sheets posted and explained with reference to that data.
in vlookup formula the lookup value (ref value) should be in the first colmn and what you need in the 2nd,3 rd etc columns.
but if you need to the left of vlookup value then use index match function
 
Upvote 0
Perhaps a CSE formula like

=INDEX(A:A, MAX((A1:G20="cat")*ROW(A1:G20)), 1)

entered with Ctrl-Shift-Enter (Cmd+Return for Mac)
 
Upvote 0

Forum statistics

Threads
1,216,113
Messages
6,128,905
Members
449,477
Latest member
panjongshing

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