Vlookup, Lookup, Hlookup ..... who knows

jimvola

New Member
Joined
May 30, 2002
Messages
46
I am trying to sort through some information I have received from my company. It is a list of menu entree items. I am unable to sort the list becuase it would complete mess up the way they have it set up (Headers, formats, etc)

I am trying to make the whole thing easier for my managers. I want to be able to type in the reciepe number and be able to retrieve the name, portion cost, etc. I have used sumif for the needed numbers, but I am unable to get the text fields that I need.

I believe the different lookups require the data to be sorted. How do I get around it? I would like to be able to use a function like sumif but for text instead of numbers.

Thanks,
Jim
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
would probably require an index/match but can't give you example without seeing a sample of your data
 
Upvote 0
VLOOKUP, INDEX combined with MATCH, etc. work also with unsorted lists or tables. You need to set the match-type in VLOOKUP or MATCH to 0 (i.e., FALSE). See Excel's Help for examples or this board.
 
Upvote 0
Would it be easier to create a new tab that would put all of the reciepe information line by line? I also noticed there are multiple uses of the same reciepe number that I am having to by pass.

Jim
 
Upvote 0

Forum statistics

Threads
1,214,583
Messages
6,120,378
Members
448,955
Latest member
BatCoder

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