Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i need to enter 2 paramters to find a product.
para.1 para.2 answer 2" pipe $2 pipe is a vertical lookup & 2" is horizontal. both are in a different worksheet |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Aug 8, 12:36 pm, geo chevko
wrote: i need to enter 2 paramters to find a product. para.1 para.2 answer 2" pipe $2 pipe is a vertical lookup & 2" is horizontal. both are in a different worksheet How do they inter-relate if they are in different sheets? Where does the $2 answer actually come from? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Spiky" wrote: On Aug 8, 12:36 pm, geo chevko wrote: i need to enter 2 paramters to find a product. para.1 para.2 answer 2" pipe $2 pipe is a vertical lookup & 2" is horizontal. both are in a different worksheet How do they inter-relate if they are in different sheets? Where does the $2 answer actually come from? Actually all 3 items are in a database spreadsheet in one row. we can choose pipe and then a size. does that help. New to this. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
No it doesn't help. First you said "pipe is a vertical lookup & 2" is
horizontal. both are in a differentworksheet". Next you said "Actually all 3 items are in a database spreadsheet in one row". So which is it? Then you say "we can choose pipe and then a size". If so, doesn't that get you the answer you want? If not, tell us: -- the layout of your data -- what answer you are looking for (examples are best) -- what solution you are looking for (a formula, a procedure, instructions on how to use the Find feature or Data Filter feature) Regards, Fred. "geo chevko" wrote in message ... "Spiky" wrote: On Aug 8, 12:36 pm, geo chevko wrote: i need to enter 2 paramters to find a product. para.1 para.2 answer 2" pipe $2 pipe is a vertical lookup & 2" is horizontal. both are in a different worksheet How do they inter-relate if they are in different sheets? Where does the $2 answer actually come from? Actually all 3 items are in a database spreadsheet in one row. we can choose pipe and then a size. does that help. New to this. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Fred Smith" wrote: No it doesn't help. First you said "pipe is a vertical lookup & 2" is horizontal. both are in a differentworksheet". Next you said "Actually all 3 items are in a database spreadsheet in one row". So which is it? Then you say "we can choose pipe and then a size". If so, doesn't that get you the answer you want? If not, tell us: -- the layout of your data -- what answer you are looking for (examples are best) -- what solution you are looking for (a formula, a procedure, instructions on how to use the Find feature or Data Filter feature) Regards, Fred. "geo chevko" wrote in message ... "Spiky" wrote: On Aug 8, 12:36 pm, geo chevko wrote: i need to enter 2 paramters to find a product. para.1 para.2 answer 2" pipe $2 pipe is a vertical lookup & 2" is horizontal. both are in a different worksheet How do they inter-relate if they are in different sheets? Where does the $2 answer actually come from? Actually all 3 items are in a database spreadsheet in one row. we can choose pipe and then a size. does that help. New to this. I found this question in the group. this is real close. i tried the formula for this which follows: I wondered if there is a function in Excel that allows you to look up a value by two or more columns. (e.g. I want to ask for "column 1 = 1" AND "column 2 = 5" to get the result "pears". Column 1 Column 2 Column 3 1 5 apples 1 10 oranges 3 5 pears {=OFFSET(E11,MAX(ROW(1:6)*--(B12:B17="John")*--(C12:C17="Nov")),0)} ' or 'Forumla Example 2: 'Using cell references as the search criteria in EXAMPLE 1: '{=OFFSET(E11,MAX(ROW(1:6)*--(B12:B17=A6)*--(C12:C17=A7)),0)} I tried this "exactly" but it will not work. the cntrl, shft, enter thing. dont know if i am doing it in the wrong sequence or what. But this is the closest to what i am trying to accomplish. sorry for the bad directions, and thanks. dan |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The most likely problem is you are not entering the array formula properly.
You need to do the following: 1. Do *not* enter the braces surrounding the formula. Enter the formula without the braces. 2. When you've finished typing, hit Ctrl-Shift-Enter. 3. Excel will respond by putting the braces around the formula, which tells you you've entered it properly. Let us know how it works out. If you want a simpler (to me) method, build a helper column which =a1&b1. Then you can use a standard Vlookup. Regards, Fred. "dlyon" wrote in message ... "Fred Smith" wrote: No it doesn't help. First you said "pipe is a vertical lookup & 2" is horizontal. both are in a differentworksheet". Next you said "Actually all 3 items are in a database spreadsheet in one row". So which is it? Then you say "we can choose pipe and then a size". If so, doesn't that get you the answer you want? If not, tell us: -- the layout of your data -- what answer you are looking for (examples are best) -- what solution you are looking for (a formula, a procedure, instructions on how to use the Find feature or Data Filter feature) Regards, Fred. "geo chevko" wrote in message ... "Spiky" wrote: On Aug 8, 12:36 pm, geo chevko wrote: i need to enter 2 paramters to find a product. para.1 para.2 answer 2" pipe $2 pipe is a vertical lookup & 2" is horizontal. both are in a different worksheet How do they inter-relate if they are in different sheets? Where does the $2 answer actually come from? Actually all 3 items are in a database spreadsheet in one row. we can choose pipe and then a size. does that help. New to this. I found this question in the group. this is real close. i tried the formula for this which follows: I wondered if there is a function in Excel that allows you to look up a value by two or more columns. (e.g. I want to ask for "column 1 = 1" AND "column 2 = 5" to get the result "pears". Column 1 Column 2 Column 3 1 5 apples 1 10 oranges 3 5 pears {=OFFSET(E11,MAX(ROW(1:6)*--(B12:B17="John")*--(C12:C17="Nov")),0)} ' or 'Forumla Example 2: 'Using cell references as the search criteria in EXAMPLE 1: '{=OFFSET(E11,MAX(ROW(1:6)*--(B12:B17=A6)*--(C12:C17=A7)),0)} I tried this "exactly" but it will not work. the cntrl, shft, enter thing. dont know if i am doing it in the wrong sequence or what. But this is the closest to what i am trying to accomplish. sorry for the bad directions, and thanks. dan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Retrieve data when multiple criteria need to be met | Excel Discussion (Misc queries) | |||
Retrieve multiple data rows data from a very long list and copy t | Excel Discussion (Misc queries) | |||
Retrieve and group row data by multiple critieria | Excel Worksheet Functions | |||
How can I retrieve data from the same cell, from multiple sheets? | Excel Worksheet Functions | |||
How do I retrieve data (specific cells) from multiple worksheets on a shared drive | Excel Worksheet Functions |