Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to Look up and match Vendor name (such as "Baker") written in
one cell of current worksheet (Reference Cell) from list of a variety of vendor names in column of other worksheet (Search column), and return those in column cells below Reference Cell, without row breaks. In other words, the formula searches for all matches and lists them in consecutive cells. Also, I want an If statement so that if the reference Cell is blank/ zero and the vendor is not found in the search column of the other worksheet, no value is returned. This is what I have so far: =IF(OR($B$5="",'COST WORKSHEET'! $B6=""),"",INDEX('COST WORKSHEET'!B$6:B$200,MATCH(1,('COST WORKSHEET'!B $6:B$200=$B$5)*0))) $B$5 is the Reference Cell, in which I would enter "Baker" as vendor. 'Cost Worksheet"! is the reference column in the range B$6:B$200 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add numbers belonging to a vendor | Excel Discussion (Misc queries) | |||
Creating a Vendor ID from Vendor Name... | Excel Worksheet Functions | |||
How do I set up a way to keep track of vendor invoices? | Excel Worksheet Functions | |||
INSERT LINE after Vendor name change | Excel Worksheet Functions | |||
making one material list from mulitple vendor material lists | Excel Worksheet Functions |