Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear all
Please advise how do I do the following in Excel. Supplier1 Supplier2 Supplier3 End Result Products1 3 1 2 Supplier2 Supplier3 Supplier1 Products2 2 3 1 Supplier3 Supplier1 Supplier2 -- TouchTone Support |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you only ever have 3 columns of data then with products listewd in ColA,
starting in A2 and supplier names in B1:D1, the following 3 formulae will get the results you requi =INDEX($B$1:$D$1,MATCH(LARGE($B2:$D2,1),$B2:$D2,0) ) =INDEX($B$1:$D$1,MATCH(LARGE($B2:$D2,2),$B2:$D2,0) ) =INDEX($B$1:$D$1,MATCH(LARGE($B2:$D2,3),$B2:$D2,0) ) -- Rgds, Geoff "A crash reduces Your expensive computer To a simple stone" "TouchTone" wrote: Dear all Please advise how do I do the following in Excel. Supplier1 Supplier2 Supplier3 End Result Products1 3 1 2 Supplier2 Supplier3 Supplier1 Products2 2 3 1 Supplier3 Supplier1 Supplier2 -- TouchTone Support |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
insert column header in cell below result of max FUNCTION | Excel Worksheet Functions | |||
Returning column header as result | Excel Worksheet Functions | |||
Display result of formula in header? | Excel Discussion (Misc queries) | |||
returning header row as a result... | Excel Worksheet Functions | |||
return header as result in excel | Excel Worksheet Functions |