Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Let cells A2 to A5 contain the names and cells B2 to B5 the sales.
Cell C2:=B2+ROW()/1000 Cell D2:=RANK($C2,$C$2:$C$5) Cell E2:=ROW()-1 Cell F2:=MATCH(E2,$D$2:$D$5,0) Cell G2:=INDEX($A$2:$A$5,$F2) Cell H2:=INDEX($B$2:$B$5,$F2) Copy cells C2 to H2 down. "Sabunabu" wrote: I have a sheet with names and corresponding sales data. Every month, the numbers (sales data) changes and I would like to set up a sort function that ranks the names/data in order as the sales data changes. I know you can do this manually but is there a way of performing this sort automatically? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sorting Data that feeds into other formulas.... | Excel Discussion (Misc queries) | |||
Automatically Adding Data to Charts | Charts and Charting in Excel | |||
sorting data in linked worksheets | Excel Discussion (Misc queries) | |||
Line Graph Data Recognition | Charts and Charting in Excel | |||
getting data from 2 excel sheets automatically | Excel Worksheet Functions |