Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for all your great answers.
Isn't there an Intersect function? I think this should be: =INTERSECT(Sales,Salesman,Month) =INTERSECT(range_name,row_label,column_label) can I DL a custom function? Tom: =INDEX(Sales,MATCH(A1,INDEX(Sales,0,1),0),MATCH(A2 ,INDEX (Sales,1,0),0)) Bob: =INDEX(Sales,MATCH(A1,SalesNames,0)+1,MATCH (A2,SalesMonths,0)+1) JE McGimpsey Pivot table: =VLOOKUP(A1,Sales,MATCH(TEXT(A2,"mmm"),OFFSET (Sales,,,1,),0),0) if the left column is Bill, John, Joe and the column headers are Jan, Feb, Mar..... and the table is named Sales A1 is named Salesman and contains John, A2 is named Month and contains Mar What is the best formula to lookup John's sales in March? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Look up part of serial number and copy back associate info | Excel Worksheet Functions | |||
Lookup info in one Column and then returning info in other columns | Excel Worksheet Functions | |||
Type in Part number which pulls info from another wksheet | Excel Worksheet Functions | |||
enter info in table...possible formula | Excel Discussion (Misc queries) | |||
Formula to lookup info in a table | Excel Programming |